Shades of Light Sea Green #20C9C2
Tints of Light Sea Green #20C9C2
RGB
CMYK
RGB Variations
Color information
#20C9C2 (or 0x20C9C2) is known color: Light Sea Green. HEX triplet: 20, C9 and C2. RGB value is (32,201,194). Sum of RGB (Red+Green+Blue) = 32+201+194=427 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.49% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #20C9C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C9C2 is #DF363D. Grayscale: #959595. Windows color (decimal): -14628414 or 12765472. OLE color: 12765472.
HSL color Cylindrical-coordinate representation of color #20C9C2: hue angle of 177.51º 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 #20C9C2 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 194 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.21 |
| HSL | 177.51º | 0.73% | 0.46% | - |
| HSV(B) | 177.51º | 0.84% | 0.79% | - |
| XYZ | 31.22 | 45.98 | 58.27 | - |
| YUV | 149.67 | 153.01 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 194 | 0.84 | 0 | 0.03 | 0.21 | 177.51 | 0.73 | 0.46 |
| Hex | 20 | C9 | C2 | 54 | 0 | 3 | 15 | B2 | 49 | 2E |
| Octal | 40 | 311 | 302 | 124 | 0 | 3 | 25 | 262 | 111 | 56 |
| Binary | 100000 | 11001001 | 11000010 | 1010100 | 0 | 11 | 10101 | 10110010 | 1001001 | 101110 |
Color Harmonies of #20C9C2
Complementary color
Monochromatic Colors of #20C9C2
Black with #20C9C2
Text Example
Text Example
White with #20C9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C9C2; }
p { color: rgb(32,201,194); }
H1.HeaderClassName
{
color: #20C9C2;
}
.AnyTagClassName
{
color: #20C9C2;
}
</style>
background-color css
<style>
a { background-color: #20C9C2; }
a { background-color: rgb(32,201,194); }
div.DivClassName
{
background-color: #20C9C2;
}
.BgClassName
{
background-color: #20C9C2;
}
</style>
border-color css
<style>
span { border-color: #20C9C2; }
span { border-color: rgb(32,201,194); }
td.TdClassName
{
border-color: #20C9C2;
}
.TagClassName
{
border-color: #20C9C2;
}
</style>