#35AEA9

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

Shades of Light Sea Green #35AEA9

Tints of Light Sea Green #35AEA9

Color information

#35AEA9 (or 0x35AEA9) is unknown color: approx Light Sea Green. HEX triplet: 35, AE and A9. RGB value is (53,174,169). Sum of RGB (Red+Green+Blue) = 53+174+169=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #35AEA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AEA9 is #CA5156. Grayscale: #898989. Windows color (decimal): -13259095 or 11120181. OLE color: 11120181.

HSL color Cylindrical-coordinate representation of color #35AEA9: hue angle of 177.52º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AEA9 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB53174169-
CMYK0.7000.030.32
HSL177.52º53.3%44.51%-
HSV(B)177.52º69.54%68.24%-
XYZ23.7733.8942.83-
YUV137.25145.9167.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.38%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 169 (66.41% from 255) = 42.68%
R=13.38%
G=43.94%
B=42.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531741690.7000.030.32177.5253.344.51
Hex35AEA9460320b2352d
Octal6525625110603402626555
Binary1101011010111010101001100011001110000010110010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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