#32A99E

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

Shades of Light Sea Green #32A99E

Tints of Light Sea Green #32A99E

Color information

#32A99E (or 0x32A99E) is unknown color: approx Light Sea Green. HEX triplet: 32, A9 and 9E. RGB value is (50,169,158). Sum of RGB (Red+Green+Blue) = 50+169+158=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #32A99E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A99E is #CD5661. Grayscale: #848484. Windows color (decimal): -13456994 or 10398002. OLE color: 10398002.

HSL color Cylindrical-coordinate representation of color #32A99E: hue angle of 174.45º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A99E is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB50169158-
CMYK0.7000.070.34
HSL174.45º54.34%42.94%-
HSV(B)174.45º70.41%66.27%-
XYZ21.6731.5237.29-
YUV132.16142.5869.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.26%
GREEN value IS 169 (66.41% from 255) = 44.83%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=13.26%
G=44.83%
B=41.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal501691580.7000.070.34174.4554.3442.94
Hex32A99E460722ae362b
Octal6225123610607422566653
Binary11001010101001100111101000110011110001010101110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A99E; }

 p { color: rgb(50,169,158); }

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

<style>
 a { background-color: #32A99E; }

 a { background-color: rgb(50,169,158); }

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

<style>
 span { border-color: #32A99E; }

 span { border-color: rgb(50,169,158); }

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