Shades of Light Sea Green #20C4BF
Tints of Light Sea Green #20C4BF
RGB
CMYK
RGB Variations
Color information
#20C4BF (or 0x20C4BF) is known color: Light Sea Green. HEX triplet: 20, C4 and BF. RGB value is (32,196,191). Sum of RGB (Red+Green+Blue) = 32+196+191=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #20C4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C4BF is #DF3B40. Grayscale: #929292. Windows color (decimal): -14629697 or 12567584. OLE color: 12567584.
HSL color Cylindrical-coordinate representation of color #20C4BF: hue angle of 178.17º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C4BF is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 191 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.23 |
| HSL | 178.17º | 0.72% | 0.45% | - |
| HSV(B) | 178.17º | 0.84% | 0.77% | - |
| XYZ | 29.74 | 43.55 | 56.13 | - |
| YUV | 146.39 | 153.17 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 191 | 0.84 | 0 | 0.03 | 0.23 | 178.17 | 0.72 | 0.45 |
| Hex | 20 | C4 | BF | 54 | 0 | 3 | 17 | B2 | 48 | 2D |
| Octal | 40 | 304 | 277 | 124 | 0 | 3 | 27 | 262 | 110 | 55 |
| Binary | 100000 | 11000100 | 10111111 | 1010100 | 0 | 11 | 10111 | 10110010 | 1001000 | 101101 |
Color Harmonies of #20C4BF
Complementary color
Monochromatic Colors of #20C4BF
Black with #20C4BF
Text Example
Text Example
White with #20C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C4BF; }
p { color: rgb(32,196,191); }
H1.HeaderClassName
{
color: #20C4BF;
}
.AnyTagClassName
{
color: #20C4BF;
}
</style>
background-color css
<style>
a { background-color: #20C4BF; }
a { background-color: rgb(32,196,191); }
div.DivClassName
{
background-color: #20C4BF;
}
.BgClassName
{
background-color: #20C4BF;
}
</style>
border-color css
<style>
span { border-color: #20C4BF; }
span { border-color: rgb(32,196,191); }
td.TdClassName
{
border-color: #20C4BF;
}
.TagClassName
{
border-color: #20C4BF;
}
</style>