Shades of Light Sea Green #20ADAC
Tints of Light Sea Green #20ADAC
RGB
CMYK
RGB Variations
Color information
#20ADAC (or 0x20ADAC) is known color: Light Sea Green. HEX triplet: 20, AD and AC. RGB value is (32,173,172). Sum of RGB (Red+Green+Blue) = 32+173+172=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #20ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ADAC is #DF5253. Grayscale: #828282. Windows color (decimal): -14635604 or 11316512. OLE color: 11316512.
HSL color Cylindrical-coordinate representation of color #20ADAC: hue angle of 179.57º 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 #20ADAC is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 172 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.32 |
| HSL | 179.57º | 0.69% | 0.4% | - |
| HSV(B) | 179.57º | 0.82% | 0.68% | - |
| XYZ | 22.99 | 33.17 | 44.22 | - |
| YUV | 130.73 | 151.29 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 172 | 0.82 | 0 | 0.01 | 0.32 | 179.57 | 0.69 | 0.4 |
| Hex | 20 | AD | AC | 52 | 0 | 1 | 20 | B4 | 45 | 28 |
| Octal | 40 | 255 | 254 | 122 | 0 | 1 | 40 | 264 | 105 | 50 |
| Binary | 100000 | 10101101 | 10101100 | 1010010 | 0 | 1 | 100000 | 10110100 | 1000101 | 101000 |
Color Harmonies of #20ADAC
Complementary color
Monochromatic Colors of #20ADAC
Black with #20ADAC
Text Example
Text Example
White with #20ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADAC; }
p { color: rgb(32,173,172); }
H1.HeaderClassName
{
color: #20ADAC;
}
.AnyTagClassName
{
color: #20ADAC;
}
</style>
background-color css
<style>
a { background-color: #20ADAC; }
a { background-color: rgb(32,173,172); }
div.DivClassName
{
background-color: #20ADAC;
}
.BgClassName
{
background-color: #20ADAC;
}
</style>
border-color css
<style>
span { border-color: #20ADAC; }
span { border-color: rgb(32,173,172); }
td.TdClassName
{
border-color: #20ADAC;
}
.TagClassName
{
border-color: #20ADAC;
}
</style>