Shades of Light Sea Green #20CAC0
Tints of Light Sea Green #20CAC0
RGB
CMYK
RGB Variations
Color information
#20CAC0 (or 0x20CAC0) is known color: Light Sea Green. HEX triplet: 20, CA and C0. RGB value is (32,202,192). Sum of RGB (Red+Green+Blue) = 32+202+192=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #20CAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CAC0 is #DF353F. Grayscale: #959595. Windows color (decimal): -14628160 or 12634656. OLE color: 12634656.
HSL color Cylindrical-coordinate representation of color #20CAC0: hue angle of 176.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CAC0 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 192 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.21 |
| HSL | 176.47º | 0.73% | 0.46% | - |
| HSV(B) | 176.47º | 0.84% | 0.79% | - |
| XYZ | 31.23 | 46.35 | 57.17 | - |
| YUV | 150.03 | 151.68 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 192 | 0.84 | 0 | 0.05 | 0.21 | 176.47 | 0.73 | 0.46 |
| Hex | 20 | CA | C0 | 54 | 0 | 5 | 15 | B0 | 49 | 2E |
| Octal | 40 | 312 | 300 | 124 | 0 | 5 | 25 | 260 | 111 | 56 |
| Binary | 100000 | 11001010 | 11000000 | 1010100 | 0 | 101 | 10101 | 10110000 | 1001001 | 101110 |
Color Harmonies of #20CAC0
Complementary color
Monochromatic Colors of #20CAC0
Black with #20CAC0
Text Example
Text Example
White with #20CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CAC0; }
p { color: rgb(32,202,192); }
H1.HeaderClassName
{
color: #20CAC0;
}
.AnyTagClassName
{
color: #20CAC0;
}
</style>
background-color css
<style>
a { background-color: #20CAC0; }
a { background-color: rgb(32,202,192); }
div.DivClassName
{
background-color: #20CAC0;
}
.BgClassName
{
background-color: #20CAC0;
}
</style>
border-color css
<style>
span { border-color: #20CAC0; }
span { border-color: rgb(32,202,192); }
td.TdClassName
{
border-color: #20CAC0;
}
.TagClassName
{
border-color: #20CAC0;
}
</style>