#35B4A0

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

Shades of Light Sea Green #35B4A0

Tints of Light Sea Green #35B4A0

Color information

#35B4A0 (or 0x35B4A0) is unknown color: approx Light Sea Green. HEX triplet: 35, B4 and A0. RGB value is (53,180,160). Sum of RGB (Red+Green+Blue) = 53+180+160=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #35B4A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B4A0 is #CA4B5F. Grayscale: #8B8B8B. Windows color (decimal): -13257568 or 10531893. OLE color: 10531893.

HSL color Cylindrical-coordinate representation of color #35B4A0: hue angle of 170.55º 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 #35B4A0 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB53180160-
CMYK0.7100.110.29
HSL170.55º54.51%45.69%-
HSV(B)170.55º70.56%70.59%-
XYZ24.1335.9438.92-
YUV139.75139.4266.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.49%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 160 (62.89% from 255) = 40.71%
R=13.49%
G=45.80%
B=40.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531801600.7100.110.29170.5554.5145.69
Hex35B4A0470B1Dab372e
Octal65264240107013352536756
Binary11010110110100101000001000111010111110110101011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,180,160); }

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

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

 a { background-color: rgb(53,180,160); }

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

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

 span { border-color: rgb(53,180,160); }

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