Shades of Light Sea Green #20CDBD
Tints of Light Sea Green #20CDBD
RGB
CMYK
RGB Variations
Color information
#20CDBD (or 0x20CDBD) is known color: Light Sea Green. HEX triplet: 20, CD and BD. RGB value is (32,205,189). Sum of RGB (Red+Green+Blue) = 32+205+189=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDBD is #DF3242. Grayscale: #979797. Windows color (decimal): -14627395 or 12438816. OLE color: 12438816.
HSL color Cylindrical-coordinate representation of color #20CDBD: hue angle of 174.45º 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 #20CDBD is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 189 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.20 |
| HSL | 174.45º | 0.73% | 0.46% | - |
| HSV(B) | 174.45º | 0.84% | 0.8% | - |
| XYZ | 31.61 | 47.64 | 55.67 | - |
| YUV | 151.45 | 149.19 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 189 | 0.84 | 0 | 0.08 | 0.20 | 174.45 | 0.73 | 0.46 |
| Hex | 20 | CD | BD | 54 | 0 | 8 | 14 | AE | 49 | 2E |
| Octal | 40 | 315 | 275 | 124 | 0 | 10 | 24 | 256 | 111 | 56 |
| Binary | 100000 | 11001101 | 10111101 | 1010100 | 0 | 1000 | 10100 | 10101110 | 1001001 | 101110 |
Color Harmonies of #20CDBD
Complementary color
Monochromatic Colors of #20CDBD
Black with #20CDBD
Text Example
Text Example
White with #20CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDBD; }
p { color: rgb(32,205,189); }
H1.HeaderClassName
{
color: #20CDBD;
}
.AnyTagClassName
{
color: #20CDBD;
}
</style>
background-color css
<style>
a { background-color: #20CDBD; }
a { background-color: rgb(32,205,189); }
div.DivClassName
{
background-color: #20CDBD;
}
.BgClassName
{
background-color: #20CDBD;
}
</style>
border-color css
<style>
span { border-color: #20CDBD; }
span { border-color: rgb(32,205,189); }
td.TdClassName
{
border-color: #20CDBD;
}
.TagClassName
{
border-color: #20CDBD;
}
</style>