Shades of Light Sea Green #32ADAA
Tints of Light Sea Green #32ADAA
RGB
CMYK
RGB Variations
Color information
#32ADAA (or 0x32ADAA) is known color: Light Sea Green. HEX triplet: 32, AD and AA. RGB value is (50,173,170). Sum of RGB (Red+Green+Blue) = 50+173+170=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #32ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ADAA is #CD5255. Grayscale: #878787. Windows color (decimal): -13455958 or 11185458. OLE color: 11185458.
HSL color Cylindrical-coordinate representation of color #32ADAA: hue angle of 178.54º 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 #32ADAA is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 173 | 170 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.32 |
| HSL | 178.54º | 0.55% | 0.44% | - |
| HSV(B) | 178.54º | 0.71% | 0.68% | - |
| XYZ | 23.51 | 33.47 | 43.25 | - |
| YUV | 135.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 170 | 0.71 | 0 | 0.02 | 0.32 | 178.54 | 0.55 | 0.44 |
| Hex | 32 | AD | AA | 47 | 0 | 2 | 20 | B3 | 37 | 2C |
| Octal | 62 | 255 | 252 | 107 | 0 | 2 | 40 | 263 | 67 | 54 |
| Binary | 110010 | 10101101 | 10101010 | 1000111 | 0 | 10 | 100000 | 10110011 | 110111 | 101100 |
Color Harmonies of #32ADAA
Complementary color
Monochromatic Colors of #32ADAA
Black with #32ADAA
Text Example
Text Example
White with #32ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADAA; }
p { color: rgb(50,173,170); }
H1.HeaderClassName
{
color: #32ADAA;
}
.AnyTagClassName
{
color: #32ADAA;
}
</style>
background-color css
<style>
a { background-color: #32ADAA; }
a { background-color: rgb(50,173,170); }
div.DivClassName
{
background-color: #32ADAA;
}
.BgClassName
{
background-color: #32ADAA;
}
</style>
border-color css
<style>
span { border-color: #32ADAA; }
span { border-color: rgb(50,173,170); }
td.TdClassName
{
border-color: #32ADAA;
}
.TagClassName
{
border-color: #32ADAA;
}
</style>