#35B572

Color #35B572 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #35B572

Tints of Medium Sea Green #35B572

Color information

#35B572 (or 0x35B572) is unknown color: approx Medium Sea Green. HEX triplet: 35, B5 and 72. RGB value is (53,181,114). Sum of RGB (Red+Green+Blue) = 53+181+114=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #35B572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B572 is #CA4A8D. Grayscale: #878787. Windows color (decimal): -13257358 or 7517493. OLE color: 7517493.

HSL color Cylindrical-coordinate representation of color #35B572: hue angle of 148.59º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B572 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB53181114-
CMYK0.7100.370.29
HSL148.59º54.7%45.88%-
HSV(B)148.59º70.72%70.98%-
XYZ21.0335.0221.57-
YUV135.09116.0969.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 181 (71.09% from 255) = 52.01%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=15.23%
G=52.01%
B=32.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531811140.7100.370.29148.5954.745.88
Hex35B572470251D95372e
Octal65265162107045352256756
Binary110101101101011110010100011101001011110110010101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35B572; }

 p { color: rgb(53,181,114); }

 H1.HeaderClassName
 {
   color: #35B572;
 }
 .AnyTagClassName
 {
   color: #35B572;
 }
</style>
background-color css

<style>
 a { background-color: #35B572; }

 a { background-color: rgb(53,181,114); }

 div.DivClassName
 {
   background-color: #35B572;
 }
 .BgClassName
 {
   background-color: #35B572;
 }
</style>
border-color css

<style>
 span { border-color: #35B572; }

 span { border-color: rgb(53,181,114); }

 td.TdClassName
 {
   border-color: #35B572;
 }
 .TagClassName
 {
   border-color: #35B572;
 }
</style>