#35B4AE

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

Shades of Light Sea Green #35B4AE

Tints of Light Sea Green #35B4AE

Color information

#35B4AE (or 0x35B4AE) is unknown color: approx Light Sea Green. HEX triplet: 35, B4 and AE. RGB value is (53,180,174). Sum of RGB (Red+Green+Blue) = 53+180+174=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #35B4AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B4AE is #CA4B51. Grayscale: #8D8D8D. Windows color (decimal): -13257554 or 11449397. OLE color: 11449397.

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

Color convert

RGB53180174-
CMYK0.7100.030.29
HSL177.17º54.51%45.69%-
HSV(B)177.17º70.56%70.59%-
XYZ25.4336.4645.74-
YUV141.34146.4264.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.02%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=13.02%
G=44.23%
B=42.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531801740.7100.030.29177.1754.5145.69
Hex35B4AE47031Db1372e
Octal6526425610703352616756
Binary110101101101001010111010001110111110110110001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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