Shades of Light Sea Green #20AEAD
Tints of Light Sea Green #20AEAD
RGB
CMYK
RGB Variations
Color information
#20AEAD (or 0x20AEAD) is known color: Light Sea Green. HEX triplet: 20, AE and AD. RGB value is (32,174,173). Sum of RGB (Red+Green+Blue) = 32+174+173=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #20AEAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AEAD is #DF5152. Grayscale: #838383. Windows color (decimal): -14635347 or 11382304. OLE color: 11382304.
HSL color Cylindrical-coordinate representation of color #20AEAD: hue angle of 179.58º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AEAD is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 173 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.32 |
| HSL | 179.58º | 0.69% | 0.4% | - |
| HSV(B) | 179.58º | 0.82% | 0.68% | - |
| XYZ | 23.27 | 33.6 | 44.79 | - |
| YUV | 131.43 | 151.46 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 173 | 0.82 | 0 | 0.01 | 0.32 | 179.58 | 0.69 | 0.4 |
| Hex | 20 | AE | AD | 52 | 0 | 1 | 20 | B4 | 45 | 28 |
| Octal | 40 | 256 | 255 | 122 | 0 | 1 | 40 | 264 | 105 | 50 |
| Binary | 100000 | 10101110 | 10101101 | 1010010 | 0 | 1 | 100000 | 10110100 | 1000101 | 101000 |
Color Harmonies of #20AEAD
Complementary color
Monochromatic Colors of #20AEAD
Black with #20AEAD
Text Example
Text Example
White with #20AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AEAD; }
p { color: rgb(32,174,173); }
H1.HeaderClassName
{
color: #20AEAD;
}
.AnyTagClassName
{
color: #20AEAD;
}
</style>
background-color css
<style>
a { background-color: #20AEAD; }
a { background-color: rgb(32,174,173); }
div.DivClassName
{
background-color: #20AEAD;
}
.BgClassName
{
background-color: #20AEAD;
}
</style>
border-color css
<style>
span { border-color: #20AEAD; }
span { border-color: rgb(32,174,173); }
td.TdClassName
{
border-color: #20AEAD;
}
.TagClassName
{
border-color: #20AEAD;
}
</style>