#32AEB8

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

Shades of Light Sea Green #32AEB8

Tints of Light Sea Green #32AEB8

Color information

#32AEB8 (or 0x32AEB8) is unknown color: approx Light Sea Green. HEX triplet: 32, AE and B8. RGB value is (50,174,184). Sum of RGB (Red+Green+Blue) = 50+174+184=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 184 - color contains mainly: blue. Hex color #32AEB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEB8 is #CD5147. Grayscale: #898989. Windows color (decimal): -13455688 or 12103218. OLE color: 12103218.

HSL color Cylindrical-coordinate representation of color #32AEB8: hue angle of 184.48º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32AEB8 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB50174184-
CMYK0.730.0500.28
HSL184.48º57.26%45.88%-
HSV(B)184.48º72.83%72.16%-
XYZ25.134.4150.67-
YUV138.06153.9265.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.25%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 184 (72.27% from 255) = 45.10%
R=12.25%
G=42.65%
B=45.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501741840.730.0500.28184.4857.2645.88
Hex32AEB849501Cb8392e
Octal6225627011150342707156
Binary1100101010111010111000100100110101110010111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,174,184); }

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

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

 a { background-color: rgb(50,174,184); }

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

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

 span { border-color: rgb(50,174,184); }

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