Shades of Light Sea Green #20BBC2
Tints of Light Sea Green #20BBC2
RGB
CMYK
RGB Variations
Color information
#20BBC2 (or 0x20BBC2) is known color: Light Sea Green. HEX triplet: 20, BB and C2. RGB value is (32,187,194). Sum of RGB (Red+Green+Blue) = 32+187+194=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 194 (76.17% from 255 or 46.97% from 413); Max value from RGB is 194 - color contains mainly: blue. Hex color #20BBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BBC2 is #DF443D. Grayscale: #8D8D8D. Windows color (decimal): -14631998 or 12761888. OLE color: 12761888.
HSL color Cylindrical-coordinate representation of color #20BBC2: hue angle of 182.59º 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 #20BBC2 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 187 | 194 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.24 |
| HSL | 182.59º | 0.72% | 0.44% | - |
| HSV(B) | 182.59º | 0.84% | 0.76% | - |
| XYZ | 28.1 | 39.74 | 57.23 | - |
| YUV | 141.45 | 157.65 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 194 | 0.84 | 0.04 | 0 | 0.24 | 182.59 | 0.72 | 0.44 |
| Hex | 20 | BB | C2 | 54 | 4 | 0 | 18 | B7 | 48 | 2C |
| Octal | 40 | 273 | 302 | 124 | 4 | 0 | 30 | 267 | 110 | 54 |
| Binary | 100000 | 10111011 | 11000010 | 1010100 | 100 | 0 | 11000 | 10110111 | 1001000 | 101100 |
Color Harmonies of #20BBC2
Complementary color
Monochromatic Colors of #20BBC2
Black with #20BBC2
Text Example
Text Example
White with #20BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBC2; }
p { color: rgb(32,187,194); }
H1.HeaderClassName
{
color: #20BBC2;
}
.AnyTagClassName
{
color: #20BBC2;
}
</style>
background-color css
<style>
a { background-color: #20BBC2; }
a { background-color: rgb(32,187,194); }
div.DivClassName
{
background-color: #20BBC2;
}
.BgClassName
{
background-color: #20BBC2;
}
</style>
border-color css
<style>
span { border-color: #20BBC2; }
span { border-color: rgb(32,187,194); }
td.TdClassName
{
border-color: #20BBC2;
}
.TagClassName
{
border-color: #20BBC2;
}
</style>