Shades of Light Sea Green #32A9AE
Tints of Light Sea Green #32A9AE
RGB
CMYK
RGB Variations
Color information
#32A9AE (or 0x32A9AE) is known color: Light Sea Green. HEX triplet: 32, A9 and AE. RGB value is (50,169,174). Sum of RGB (Red+Green+Blue) = 50+169+174=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #32A9AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A9AE is #CD5651. Grayscale: #858585. Windows color (decimal): -13456978 or 11446578. OLE color: 11446578.
HSL color Cylindrical-coordinate representation of color #32A9AE: hue angle of 182.42º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32A9AE is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 169 | 174 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.32 |
| HSL | 182.42º | 0.55% | 0.44% | - |
| HSV(B) | 182.42º | 0.71% | 0.68% | - |
| XYZ | 23.14 | 32.11 | 45.02 | - |
| YUV | 133.99 | 150.58 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 169 | 174 | 0.71 | 0.03 | 0 | 0.32 | 182.42 | 0.55 | 0.44 |
| Hex | 32 | A9 | AE | 47 | 3 | 0 | 20 | B6 | 37 | 2C |
| Octal | 62 | 251 | 256 | 107 | 3 | 0 | 40 | 266 | 67 | 54 |
| Binary | 110010 | 10101001 | 10101110 | 1000111 | 11 | 0 | 100000 | 10110110 | 110111 | 101100 |
Color Harmonies of #32A9AE
Complementary color
Monochromatic Colors of #32A9AE
Black with #32A9AE
Text Example
Text Example
White with #32A9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A9AE; }
p { color: rgb(50,169,174); }
H1.HeaderClassName
{
color: #32A9AE;
}
.AnyTagClassName
{
color: #32A9AE;
}
</style>
background-color css
<style>
a { background-color: #32A9AE; }
a { background-color: rgb(50,169,174); }
div.DivClassName
{
background-color: #32A9AE;
}
.BgClassName
{
background-color: #32A9AE;
}
</style>
border-color css
<style>
span { border-color: #32A9AE; }
span { border-color: rgb(50,169,174); }
td.TdClassName
{
border-color: #32A9AE;
}
.TagClassName
{
border-color: #32A9AE;
}
</style>