#35B9A4

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

Shades of Light Sea Green #35B9A4

Tints of Light Sea Green #35B9A4

Color information

#35B9A4 (or 0x35B9A4) is unknown color: approx Light Sea Green. HEX triplet: 35, B9 and A4. RGB value is (53,185,164). Sum of RGB (Red+Green+Blue) = 53+185+164=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #35B9A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B9A4 is #CA465B. Grayscale: #8F8F8F. Windows color (decimal): -13256284 or 10795317. OLE color: 10795317.

HSL color Cylindrical-coordinate representation of color #35B9A4: hue angle of 170.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B9A4 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB53185164-
CMYK0.7100.110.27
HSL170.45º55.46%46.67%-
HSV(B)170.45º71.35%72.55%-
XYZ25.5238.1441.14-
YUV143.14139.7763.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.18%
GREEN value IS 185 (72.66% from 255) = 46.02%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=13.18%
G=46.02%
B=40.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531851640.7100.110.27170.4555.4646.67
Hex35B9A4470B1Baa372f
Octal65271244107013332526757
Binary11010110111001101001001000111010111101110101010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,185,164); }

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

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

 a { background-color: rgb(53,185,164); }

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

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

 span { border-color: rgb(53,185,164); }

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