Shades of Light Sea Green #20C2BE
Tints of Light Sea Green #20C2BE
RGB
CMYK
RGB Variations
Color information
#20C2BE (or 0x20C2BE) is known color: Light Sea Green. HEX triplet: 20, C2 and BE. RGB value is (32,194,190). Sum of RGB (Red+Green+Blue) = 32+194+190=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #20C2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C2BE is #DF3D41. Grayscale: #909090. Windows color (decimal): -14630210 or 12501536. OLE color: 12501536.
HSL color Cylindrical-coordinate representation of color #20C2BE: hue angle of 178.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C2BE is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 190 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.24 |
| HSL | 178.52º | 0.72% | 0.44% | - |
| HSV(B) | 178.52º | 0.84% | 0.76% | - |
| XYZ | 29.18 | 42.61 | 55.4 | - |
| YUV | 145.11 | 153.33 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 190 | 0.84 | 0 | 0.02 | 0.24 | 178.52 | 0.72 | 0.44 |
| Hex | 20 | C2 | BE | 54 | 0 | 2 | 18 | B3 | 48 | 2C |
| Octal | 40 | 302 | 276 | 124 | 0 | 2 | 30 | 263 | 110 | 54 |
| Binary | 100000 | 11000010 | 10111110 | 1010100 | 0 | 10 | 11000 | 10110011 | 1001000 | 101100 |
Color Harmonies of #20C2BE
Complementary color
Monochromatic Colors of #20C2BE
Black with #20C2BE
Text Example
Text Example
White with #20C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C2BE; }
p { color: rgb(32,194,190); }
H1.HeaderClassName
{
color: #20C2BE;
}
.AnyTagClassName
{
color: #20C2BE;
}
</style>
background-color css
<style>
a { background-color: #20C2BE; }
a { background-color: rgb(32,194,190); }
div.DivClassName
{
background-color: #20C2BE;
}
.BgClassName
{
background-color: #20C2BE;
}
</style>
border-color css
<style>
span { border-color: #20C2BE; }
span { border-color: rgb(32,194,190); }
td.TdClassName
{
border-color: #20C2BE;
}
.TagClassName
{
border-color: #20C2BE;
}
</style>