Shades of Light Sea Green #20CCAB
Tints of Light Sea Green #20CCAB
RGB
CMYK
RGB Variations
Color information
#20CCAB (or 0x20CCAB) is known color: Light Sea Green. HEX triplet: 20, CC and AB. RGB value is (32,204,171). Sum of RGB (Red+Green+Blue) = 32+204+171=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CCAB is #DF3354. Grayscale: #949494. Windows color (decimal): -14627669 or 11258912. OLE color: 11258912.
HSL color Cylindrical-coordinate representation of color #20CCAB: hue angle of 168.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CCAB is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 171 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.2 |
| HSL | 168.49º | 0.73% | 0.46% | - |
| HSV(B) | 168.49º | 0.84% | 0.8% | - |
| XYZ | 29.54 | 46.43 | 45.93 | - |
| YUV | 148.81 | 140.52 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 171 | 0.84 | 0 | 0.16 | 0.2 | 168.49 | 0.73 | 0.46 |
| Hex | 20 | CC | AB | 54 | 0 | 10 | 14 | A8 | 49 | 2E |
| Octal | 40 | 314 | 253 | 124 | 0 | 20 | 24 | 250 | 111 | 56 |
| Binary | 100000 | 11001100 | 10101011 | 1010100 | 0 | 10000 | 10100 | 10101000 | 1001001 | 101110 |
Color Harmonies of #20CCAB
Complementary color
Monochromatic Colors of #20CCAB
Black with #20CCAB
Text Example
Text Example
White with #20CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCAB; }
p { color: rgb(32,204,171); }
H1.HeaderClassName
{
color: #20CCAB;
}
.AnyTagClassName
{
color: #20CCAB;
}
</style>
background-color css
<style>
a { background-color: #20CCAB; }
a { background-color: rgb(32,204,171); }
div.DivClassName
{
background-color: #20CCAB;
}
.BgClassName
{
background-color: #20CCAB;
}
</style>
border-color css
<style>
span { border-color: #20CCAB; }
span { border-color: rgb(32,204,171); }
td.TdClassName
{
border-color: #20CCAB;
}
.TagClassName
{
border-color: #20CCAB;
}
</style>