Shades of Light Sea Green #20CDB1
Tints of Light Sea Green #20CDB1
RGB
CMYK
RGB Variations
Color information
#20CDB1 (or 0x20CDB1) is known color: Light Sea Green. HEX triplet: 20, CD and B1. RGB value is (32,205,177). Sum of RGB (Red+Green+Blue) = 32+205+177=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CDB1 is #DF324E. Grayscale: #969696. Windows color (decimal): -14627407 or 11652384. OLE color: 11652384.
HSL color Cylindrical-coordinate representation of color #20CDB1: hue angle of 170.29º 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 #20CDB1 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 177 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.20 |
| HSL | 170.29º | 0.73% | 0.46% | - |
| HSV(B) | 170.29º | 0.84% | 0.8% | - |
| XYZ | 30.36 | 47.14 | 49.09 | - |
| YUV | 150.08 | 143.19 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 177 | 0.84 | 0 | 0.14 | 0.20 | 170.29 | 0.73 | 0.46 |
| Hex | 20 | CD | B1 | 54 | 0 | E | 14 | AA | 49 | 2E |
| Octal | 40 | 315 | 261 | 124 | 0 | 16 | 24 | 252 | 111 | 56 |
| Binary | 100000 | 11001101 | 10110001 | 1010100 | 0 | 1110 | 10100 | 10101010 | 1001001 | 101110 |
Color Harmonies of #20CDB1
Complementary color
Monochromatic Colors of #20CDB1
Black with #20CDB1
Text Example
Text Example
White with #20CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDB1; }
p { color: rgb(32,205,177); }
H1.HeaderClassName
{
color: #20CDB1;
}
.AnyTagClassName
{
color: #20CDB1;
}
</style>
background-color css
<style>
a { background-color: #20CDB1; }
a { background-color: rgb(32,205,177); }
div.DivClassName
{
background-color: #20CDB1;
}
.BgClassName
{
background-color: #20CDB1;
}
</style>
border-color css
<style>
span { border-color: #20CDB1; }
span { border-color: rgb(32,205,177); }
td.TdClassName
{
border-color: #20CDB1;
}
.TagClassName
{
border-color: #20CDB1;
}
</style>