Shades of Light Sea Green #20C8BE
Tints of Light Sea Green #20C8BE
RGB
CMYK
RGB Variations
Color information
#20C8BE (or 0x20C8BE) is known color: Light Sea Green. HEX triplet: 20, C8 and BE. RGB value is (32,200,190). Sum of RGB (Red+Green+Blue) = 32+200+190=422 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.58% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #20C8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C8BE is #DF3741. Grayscale: #949494. Windows color (decimal): -14628674 or 12503072. OLE color: 12503072.
HSL color Cylindrical-coordinate representation of color #20C8BE: hue angle of 176.43º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C8BE is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 200 | 190 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.22 |
| HSL | 176.43º | 0.72% | 0.45% | - |
| HSV(B) | 176.43º | 0.84% | 0.78% | - |
| XYZ | 30.54 | 45.33 | 55.86 | - |
| YUV | 148.63 | 151.34 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 190 | 0.84 | 0 | 0.05 | 0.22 | 176.43 | 0.72 | 0.45 |
| Hex | 20 | C8 | BE | 54 | 0 | 5 | 16 | B0 | 48 | 2D |
| Octal | 40 | 310 | 276 | 124 | 0 | 5 | 26 | 260 | 110 | 55 |
| Binary | 100000 | 11001000 | 10111110 | 1010100 | 0 | 101 | 10110 | 10110000 | 1001000 | 101101 |
Color Harmonies of #20C8BE
Complementary color
Monochromatic Colors of #20C8BE
Black with #20C8BE
Text Example
Text Example
White with #20C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C8BE; }
p { color: rgb(32,200,190); }
H1.HeaderClassName
{
color: #20C8BE;
}
.AnyTagClassName
{
color: #20C8BE;
}
</style>
background-color css
<style>
a { background-color: #20C8BE; }
a { background-color: rgb(32,200,190); }
div.DivClassName
{
background-color: #20C8BE;
}
.BgClassName
{
background-color: #20C8BE;
}
</style>
border-color css
<style>
span { border-color: #20C8BE; }
span { border-color: rgb(32,200,190); }
td.TdClassName
{
border-color: #20C8BE;
}
.TagClassName
{
border-color: #20C8BE;
}
</style>