Shades of Light Sea Green #20ADA3
Tints of Light Sea Green #20ADA3
RGB
CMYK
RGB Variations
Color information
#20ADA3 (or 0x20ADA3) is known color: Light Sea Green. HEX triplet: 20, AD and A3. RGB value is (32,173,163). Sum of RGB (Red+Green+Blue) = 32+173+163=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 163 (64.06% from 255 or 44.29% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #20ADA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ADA3 is #DF525C. Grayscale: #818181. Windows color (decimal): -14635613 or 10726688. OLE color: 10726688.
HSL color Cylindrical-coordinate representation of color #20ADA3: hue angle of 175.74º 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 #20ADA3 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 163 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.32 |
| HSL | 175.74º | 0.69% | 0.4% | - |
| HSV(B) | 175.74º | 0.82% | 0.68% | - |
| XYZ | 22.15 | 32.84 | 39.82 | - |
| YUV | 129.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 163 | 0.82 | 0 | 0.06 | 0.32 | 175.74 | 0.69 | 0.4 |
| Hex | 20 | AD | A3 | 52 | 0 | 6 | 20 | B0 | 45 | 28 |
| Octal | 40 | 255 | 243 | 122 | 0 | 6 | 40 | 260 | 105 | 50 |
| Binary | 100000 | 10101101 | 10100011 | 1010010 | 0 | 110 | 100000 | 10110000 | 1000101 | 101000 |
Color Harmonies of #20ADA3
Complementary color
Monochromatic Colors of #20ADA3
Black with #20ADA3
Text Example
Text Example
White with #20ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADA3; }
p { color: rgb(32,173,163); }
H1.HeaderClassName
{
color: #20ADA3;
}
.AnyTagClassName
{
color: #20ADA3;
}
</style>
background-color css
<style>
a { background-color: #20ADA3; }
a { background-color: rgb(32,173,163); }
div.DivClassName
{
background-color: #20ADA3;
}
.BgClassName
{
background-color: #20ADA3;
}
</style>
border-color css
<style>
span { border-color: #20ADA3; }
span { border-color: rgb(32,173,163); }
td.TdClassName
{
border-color: #20ADA3;
}
.TagClassName
{
border-color: #20ADA3;
}
</style>