#35B8A9

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

Shades of Light Sea Green #35B8A9

Tints of Light Sea Green #35B8A9

Color information

#35B8A9 (or 0x35B8A9) is unknown color: approx Light Sea Green. HEX triplet: 35, B8 and A9. RGB value is (53,184,169). Sum of RGB (Red+Green+Blue) = 53+184+169=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #35B8A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B8A9 is #CA4756. Grayscale: #8F8F8F. Windows color (decimal): -13256535 or 11122741. OLE color: 11122741.

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

Color convert

RGB53184169-
CMYK0.7100.080.28
HSL173.13º55.27%46.47%-
HSV(B)173.13º71.2%72.16%-
XYZ25.7737.943.49-
YUV143.12142.663.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.05%
GREEN value IS 184 (72.27% from 255) = 45.32%
BLUE value IS 169 (66.41% from 255) = 41.63%
R=13.05%
G=45.32%
B=41.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531841690.7100.080.28173.1355.2746.47
Hex35B8A947081Cad372e
Octal65270251107010342556756
Binary11010110111000101010011000111010001110010101101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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