#35b8ac

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

Shades of Light Sea Green #35B8AC

Tints of Light Sea Green #35B8AC

Color information

#35B8AC (or 0x35B8AC) is unknown color: approx Light Sea Green. HEX triplet: 35, B8 and AC. RGB value is (53,184,172). Sum of RGB (Red+Green+Blue) = 53+184+172=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 184 - color contains mainly: green. Hex color #35B8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B8AC is #CA4753. Grayscale: #8F8F8F. Windows color (decimal): -13256532 or 11319349. OLE color: 11319349.

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

Color convert

RGB53184172-
CMYK0.7100.070.28
HSL174.5º55.27%46.47%-
HSV(B)174.5º71.2%72.16%-
XYZ26.0638.0244.99-
YUV143.46144.163.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.96%
GREEN value IS 184 (72.27% from 255) = 44.99%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=12.96%
G=44.99%
B=42.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531841720.7100.070.28174.555.2746.47
Hex35B8AC47071Caf372e
Octal6527025410707342576756
Binary1101011011100010101100100011101111110010101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35b8ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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