Shades of Light Sea Green #32AEAD
Tints of Light Sea Green #32AEAD
RGB
CMYK
RGB Variations
Color information
#32AEAD (or 0x32AEAD) is known color: Light Sea Green. HEX triplet: 32, AE and AD. RGB value is (50,174,173). Sum of RGB (Red+Green+Blue) = 50+174+173=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #32AEAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AEAD is #CD5152. Grayscale: #888888. Windows color (decimal): -13455699 or 11382322. OLE color: 11382322.
HSL color Cylindrical-coordinate representation of color #32AEAD: hue angle of 179.52º 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 #32AEAD is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 173 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.32 |
| HSL | 179.52º | 0.55% | 0.44% | - |
| HSV(B) | 179.52º | 0.71% | 0.68% | - |
| XYZ | 23.99 | 33.97 | 44.83 | - |
| YUV | 136.81 | 148.42 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 173 | 0.71 | 0 | 0.01 | 0.32 | 179.52 | 0.55 | 0.44 |
| Hex | 32 | AE | AD | 47 | 0 | 1 | 20 | B4 | 37 | 2C |
| Octal | 62 | 256 | 255 | 107 | 0 | 1 | 40 | 264 | 67 | 54 |
| Binary | 110010 | 10101110 | 10101101 | 1000111 | 0 | 1 | 100000 | 10110100 | 110111 | 101100 |
Color Harmonies of #32AEAD
Complementary color
Monochromatic Colors of #32AEAD
Black with #32AEAD
Text Example
Text Example
White with #32AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEAD; }
p { color: rgb(50,174,173); }
H1.HeaderClassName
{
color: #32AEAD;
}
.AnyTagClassName
{
color: #32AEAD;
}
</style>
background-color css
<style>
a { background-color: #32AEAD; }
a { background-color: rgb(50,174,173); }
div.DivClassName
{
background-color: #32AEAD;
}
.BgClassName
{
background-color: #32AEAD;
}
</style>
border-color css
<style>
span { border-color: #32AEAD; }
span { border-color: rgb(50,174,173); }
td.TdClassName
{
border-color: #32AEAD;
}
.TagClassName
{
border-color: #32AEAD;
}
</style>