Shades of Light Sea Green #32AEAC
Tints of Light Sea Green #32AEAC
RGB
CMYK
RGB Variations
Color information
#32AEAC (or 0x32AEAC) is known color: Light Sea Green. HEX triplet: 32, AE and AC. RGB value is (50,174,172). Sum of RGB (Red+Green+Blue) = 50+174+172=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #32AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AEAC is #CD5153. Grayscale: #888888. Windows color (decimal): -13455700 or 11316786. OLE color: 11316786.
HSL color Cylindrical-coordinate representation of color #32AEAC: hue angle of 179.03º 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 #32AEAC is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 172 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.32 |
| HSL | 179.03º | 0.55% | 0.44% | - |
| HSV(B) | 179.03º | 0.71% | 0.68% | - |
| XYZ | 23.9 | 33.93 | 44.32 | - |
| YUV | 136.7 | 147.92 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 172 | 0.71 | 0 | 0.01 | 0.32 | 179.03 | 0.55 | 0.44 |
| Hex | 32 | AE | AC | 47 | 0 | 1 | 20 | B3 | 37 | 2C |
| Octal | 62 | 256 | 254 | 107 | 0 | 1 | 40 | 263 | 67 | 54 |
| Binary | 110010 | 10101110 | 10101100 | 1000111 | 0 | 1 | 100000 | 10110011 | 110111 | 101100 |
Color Harmonies of #32AEAC
Complementary color
Monochromatic Colors of #32AEAC
Black with #32AEAC
Text Example
Text Example
White with #32AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEAC; }
p { color: rgb(50,174,172); }
H1.HeaderClassName
{
color: #32AEAC;
}
.AnyTagClassName
{
color: #32AEAC;
}
</style>
background-color css
<style>
a { background-color: #32AEAC; }
a { background-color: rgb(50,174,172); }
div.DivClassName
{
background-color: #32AEAC;
}
.BgClassName
{
background-color: #32AEAC;
}
</style>
border-color css
<style>
span { border-color: #32AEAC; }
span { border-color: rgb(50,174,172); }
td.TdClassName
{
border-color: #32AEAC;
}
.TagClassName
{
border-color: #32AEAC;
}
</style>