Shades of Light Sea Green #20CCC0
Tints of Light Sea Green #20CCC0
RGB
CMYK
RGB Variations
Color information
#20CCC0 (or 0x20CCC0) is known color: Light Sea Green. HEX triplet: 20, CC and C0. RGB value is (32,204,192). Sum of RGB (Red+Green+Blue) = 32+204+192=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCC0 is #DF333F. Grayscale: #979797. Windows color (decimal): -14627648 or 12635168. OLE color: 12635168.
HSL color Cylindrical-coordinate representation of color #20CCC0: hue angle of 175.81º 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 #20CCC0 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 192 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.2 |
| HSL | 175.81º | 0.73% | 0.46% | - |
| HSV(B) | 175.81º | 0.84% | 0.8% | - |
| XYZ | 31.7 | 47.3 | 57.33 | - |
| YUV | 151.2 | 151.02 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 192 | 0.84 | 0 | 0.06 | 0.2 | 175.81 | 0.73 | 0.46 |
| Hex | 20 | CC | C0 | 54 | 0 | 6 | 14 | B0 | 49 | 2E |
| Octal | 40 | 314 | 300 | 124 | 0 | 6 | 24 | 260 | 111 | 56 |
| Binary | 100000 | 11001100 | 11000000 | 1010100 | 0 | 110 | 10100 | 10110000 | 1001001 | 101110 |
Color Harmonies of #20CCC0
Complementary color
Monochromatic Colors of #20CCC0
Black with #20CCC0
Text Example
Text Example
White with #20CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCC0; }
p { color: rgb(32,204,192); }
H1.HeaderClassName
{
color: #20CCC0;
}
.AnyTagClassName
{
color: #20CCC0;
}
</style>
background-color css
<style>
a { background-color: #20CCC0; }
a { background-color: rgb(32,204,192); }
div.DivClassName
{
background-color: #20CCC0;
}
.BgClassName
{
background-color: #20CCC0;
}
</style>
border-color css
<style>
span { border-color: #20CCC0; }
span { border-color: rgb(32,204,192); }
td.TdClassName
{
border-color: #20CCC0;
}
.TagClassName
{
border-color: #20CCC0;
}
</style>