Shades of Light Sea Green #20CEBC
Tints of Light Sea Green #20CEBC
RGB
CMYK
RGB Variations
Color information
#20CEBC (or 0x20CEBC) is known color: Light Sea Green. HEX triplet: 20, CE and BC. RGB value is (32,206,188). Sum of RGB (Red+Green+Blue) = 32+206+188=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #20CEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CEBC is #DF3143. Grayscale: #979797. Windows color (decimal): -14627140 or 12373536. OLE color: 12373536.
HSL color Cylindrical-coordinate representation of color #20CEBC: hue angle of 173.79º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CEBC is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 206 | 188 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.19 |
| HSL | 173.79º | 0.73% | 0.47% | - |
| HSV(B) | 173.79º | 0.84% | 0.81% | - |
| XYZ | 31.74 | 48.08 | 55.18 | - |
| YUV | 151.92 | 148.35 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 188 | 0.84 | 0 | 0.09 | 0.19 | 173.79 | 0.73 | 0.47 |
| Hex | 20 | CE | BC | 54 | 0 | 9 | 13 | AE | 49 | 2F |
| Octal | 40 | 316 | 274 | 124 | 0 | 11 | 23 | 256 | 111 | 57 |
| Binary | 100000 | 11001110 | 10111100 | 1010100 | 0 | 1001 | 10011 | 10101110 | 1001001 | 101111 |
Color Harmonies of #20CEBC
Complementary color
Monochromatic Colors of #20CEBC
Black with #20CEBC
Text Example
Text Example
White with #20CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CEBC; }
p { color: rgb(32,206,188); }
H1.HeaderClassName
{
color: #20CEBC;
}
.AnyTagClassName
{
color: #20CEBC;
}
</style>
background-color css
<style>
a { background-color: #20CEBC; }
a { background-color: rgb(32,206,188); }
div.DivClassName
{
background-color: #20CEBC;
}
.BgClassName
{
background-color: #20CEBC;
}
</style>
border-color css
<style>
span { border-color: #20CEBC; }
span { border-color: rgb(32,206,188); }
td.TdClassName
{
border-color: #20CEBC;
}
.TagClassName
{
border-color: #20CEBC;
}
</style>