#35B4AC

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

Shades of Light Sea Green #35B4AC

Tints of Light Sea Green #35B4AC

Color information

#35B4AC (or 0x35B4AC) is unknown color: approx Light Sea Green. HEX triplet: 35, B4 and AC. RGB value is (53,180,172). Sum of RGB (Red+Green+Blue) = 53+180+172=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #35B4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B4AC is #CA4B53. Grayscale: #8D8D8D. Windows color (decimal): -13257556 or 11318325. OLE color: 11318325.

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

Color convert

RGB53180172-
CMYK0.7100.040.29
HSL176.22º54.51%45.69%-
HSV(B)176.22º70.56%70.59%-
XYZ25.2436.3844.72-
YUV141.11145.4265.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.09%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=13.09%
G=44.44%
B=42.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531801720.7100.040.29176.2254.5145.69
Hex35B4AC47041Db0372e
Octal6526425410704352606756
Binary1101011011010010101100100011101001110110110000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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