#35B4AA

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

Shades of Light Sea Green #35B4AA

Tints of Light Sea Green #35B4AA

Color information

#35B4AA (or 0x35B4AA) is unknown color: approx Light Sea Green. HEX triplet: 35, B4 and AA. RGB value is (53,180,170). Sum of RGB (Red+Green+Blue) = 53+180+170=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #35B4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B4AA is #CA4B55. Grayscale: #8C8C8C. Windows color (decimal): -13257558 or 11187253. OLE color: 11187253.

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

Color convert

RGB53180170-
CMYK0.7100.060.29
HSL175.28º54.51%45.69%-
HSV(B)175.28º70.56%70.59%-
XYZ25.0536.343.72-
YUV140.89144.4265.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.15%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=13.15%
G=44.67%
B=42.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531801700.7100.060.29175.2854.5145.69
Hex35B4AA47061Daf372e
Octal6526425210706352576756
Binary1101011011010010101010100011101101110110101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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