Shades of Light Sea Green #20ADB6
Tints of Light Sea Green #20ADB6
RGB
CMYK
RGB Variations
Color information
#20ADB6 (or 0x20ADB6) is known color: Light Sea Green. HEX triplet: 20, AD and B6. RGB value is (32,173,182). Sum of RGB (Red+Green+Blue) = 32+173+182=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #20ADB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADB6 is #DF5249. Grayscale: #838383. Windows color (decimal): -14635594 or 11971872. OLE color: 11971872.
HSL color Cylindrical-coordinate representation of color #20ADB6: hue angle of 183.6º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20ADB6 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 173 | 182 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.29 |
| HSL | 183.6º | 0.7% | 0.42% | - |
| HSV(B) | 183.6º | 0.82% | 0.71% | - |
| XYZ | 23.98 | 33.57 | 49.47 | - |
| YUV | 131.87 | 156.29 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 182 | 0.82 | 0.05 | 0 | 0.29 | 183.6 | 0.7 | 0.42 |
| Hex | 20 | AD | B6 | 52 | 5 | 0 | 1D | B8 | 46 | 2A |
| Octal | 40 | 255 | 266 | 122 | 5 | 0 | 35 | 270 | 106 | 52 |
| Binary | 100000 | 10101101 | 10110110 | 1010010 | 101 | 0 | 11101 | 10111000 | 1000110 | 101010 |
Color Harmonies of #20ADB6
Complementary color
Monochromatic Colors of #20ADB6
Black with #20ADB6
Text Example
Text Example
White with #20ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADB6; }
p { color: rgb(32,173,182); }
H1.HeaderClassName
{
color: #20ADB6;
}
.AnyTagClassName
{
color: #20ADB6;
}
</style>
background-color css
<style>
a { background-color: #20ADB6; }
a { background-color: rgb(32,173,182); }
div.DivClassName
{
background-color: #20ADB6;
}
.BgClassName
{
background-color: #20ADB6;
}
</style>
border-color css
<style>
span { border-color: #20ADB6; }
span { border-color: rgb(32,173,182); }
td.TdClassName
{
border-color: #20ADB6;
}
.TagClassName
{
border-color: #20ADB6;
}
</style>