Shades of Light Sea Green #20C2B4
Tints of Light Sea Green #20C2B4
RGB
CMYK
RGB Variations
Color information
#20C2B4 (or 0x20C2B4) is known color: Light Sea Green. HEX triplet: 20, C2 and B4. RGB value is (32,194,180). Sum of RGB (Red+Green+Blue) = 32+194+180=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #20C2B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C2B4 is #DF3D4B. Grayscale: #8F8F8F. Windows color (decimal): -14630220 or 11846176. OLE color: 11846176.
HSL color Cylindrical-coordinate representation of color #20C2B4: hue angle of 174.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C2B4 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 180 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.24 |
| HSL | 174.81º | 0.72% | 0.44% | - |
| HSV(B) | 174.81º | 0.84% | 0.76% | - |
| XYZ | 28.13 | 42.19 | 49.84 | - |
| YUV | 143.97 | 148.33 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 180 | 0.84 | 0 | 0.07 | 0.24 | 174.81 | 0.72 | 0.44 |
| Hex | 20 | C2 | B4 | 54 | 0 | 7 | 18 | AF | 48 | 2C |
| Octal | 40 | 302 | 264 | 124 | 0 | 7 | 30 | 257 | 110 | 54 |
| Binary | 100000 | 11000010 | 10110100 | 1010100 | 0 | 111 | 11000 | 10101111 | 1001000 | 101100 |
Color Harmonies of #20C2B4
Complementary color
Monochromatic Colors of #20C2B4
Black with #20C2B4
Text Example
Text Example
White with #20C2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C2B4; }
p { color: rgb(32,194,180); }
H1.HeaderClassName
{
color: #20C2B4;
}
.AnyTagClassName
{
color: #20C2B4;
}
</style>
background-color css
<style>
a { background-color: #20C2B4; }
a { background-color: rgb(32,194,180); }
div.DivClassName
{
background-color: #20C2B4;
}
.BgClassName
{
background-color: #20C2B4;
}
</style>
border-color css
<style>
span { border-color: #20C2B4; }
span { border-color: rgb(32,194,180); }
td.TdClassName
{
border-color: #20C2B4;
}
.TagClassName
{
border-color: #20C2B4;
}
</style>