Shades of Light Sea Green #20C8AB
Tints of Light Sea Green #20C8AB
RGB
CMYK
RGB Variations
Color information
#20C8AB (or 0x20C8AB) is known color: Light Sea Green. HEX triplet: 20, C8 and AB. RGB value is (32,200,171). Sum of RGB (Red+Green+Blue) = 32+200+171=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #20C8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C8AB is #DF3754. Grayscale: #929292. Windows color (decimal): -14628693 or 11257888. OLE color: 11257888.
HSL color Cylindrical-coordinate representation of color #20C8AB: hue angle of 169.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C8AB is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 200 | 171 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.22 |
| HSL | 169.64º | 0.72% | 0.45% | - |
| HSV(B) | 169.64º | 0.84% | 0.78% | - |
| XYZ | 28.6 | 44.56 | 45.62 | - |
| YUV | 146.46 | 141.84 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 171 | 0.84 | 0 | 0.14 | 0.22 | 169.64 | 0.72 | 0.45 |
| Hex | 20 | C8 | AB | 54 | 0 | E | 16 | AA | 48 | 2D |
| Octal | 40 | 310 | 253 | 124 | 0 | 16 | 26 | 252 | 110 | 55 |
| Binary | 100000 | 11001000 | 10101011 | 1010100 | 0 | 1110 | 10110 | 10101010 | 1001000 | 101101 |
Color Harmonies of #20C8AB
Complementary color
Monochromatic Colors of #20C8AB
Black with #20C8AB
Text Example
Text Example
White with #20C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C8AB; }
p { color: rgb(32,200,171); }
H1.HeaderClassName
{
color: #20C8AB;
}
.AnyTagClassName
{
color: #20C8AB;
}
</style>
background-color css
<style>
a { background-color: #20C8AB; }
a { background-color: rgb(32,200,171); }
div.DivClassName
{
background-color: #20C8AB;
}
.BgClassName
{
background-color: #20C8AB;
}
</style>
border-color css
<style>
span { border-color: #20C8AB; }
span { border-color: rgb(32,200,171); }
td.TdClassName
{
border-color: #20C8AB;
}
.TagClassName
{
border-color: #20C8AB;
}
</style>