Shades of Light Sea Green #20ADAD
Tints of Light Sea Green #20ADAD
RGB
CMYK
RGB Variations
Color information
#20ADAD (or 0x20ADAD) is known color: Light Sea Green. HEX triplet: 20, AD and AD. RGB value is (32,173,173). Sum of RGB (Red+Green+Blue) = 32+173+173=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #20ADAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ADAD is #DF5252. Grayscale: #828282. Windows color (decimal): -14635603 or 11382048. OLE color: 11382048.
HSL color Cylindrical-coordinate representation of color #20ADAD: hue angle of 180º 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 #20ADAD is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 173 | - |
| CMYK | 0.82 | 0 | 0 | 0.32 |
| HSL | 180º | 0.69% | 0.4% | - |
| HSV(B) | 180º | 0.82% | 0.68% | - |
| XYZ | 23.08 | 33.21 | 44.73 | - |
| YUV | 130.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 173 | 0.82 | 0 | 0 | 0.32 | 180 | 0.69 | 0.4 |
| Hex | 20 | AD | AD | 52 | 0 | 0 | 20 | B4 | 45 | 28 |
| Octal | 40 | 255 | 255 | 122 | 0 | 0 | 40 | 264 | 105 | 50 |
| Binary | 100000 | 10101101 | 10101101 | 1010010 | 0 | 0 | 100000 | 10110100 | 1000101 | 101000 |
Color Harmonies of #20ADAD
Complementary color
Monochromatic Colors of #20ADAD
Black with #20ADAD
Text Example
Text Example
White with #20ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADAD; }
p { color: rgb(32,173,173); }
H1.HeaderClassName
{
color: #20ADAD;
}
.AnyTagClassName
{
color: #20ADAD;
}
</style>
background-color css
<style>
a { background-color: #20ADAD; }
a { background-color: rgb(32,173,173); }
div.DivClassName
{
background-color: #20ADAD;
}
.BgClassName
{
background-color: #20ADAD;
}
</style>
border-color css
<style>
span { border-color: #20ADAD; }
span { border-color: rgb(32,173,173); }
td.TdClassName
{
border-color: #20ADAD;
}
.TagClassName
{
border-color: #20ADAD;
}
</style>