Shades of Light Sea Green #20BDC2
Tints of Light Sea Green #20BDC2
RGB
CMYK
RGB Variations
Color information
#20BDC2 (or 0x20BDC2) is known color: Light Sea Green. HEX triplet: 20, BD and C2. RGB value is (32,189,194). Sum of RGB (Red+Green+Blue) = 32+189+194=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #20BDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDC2 is #DF423D. Grayscale: #8E8E8E. Windows color (decimal): -14631486 or 12762400. OLE color: 12762400.
HSL color Cylindrical-coordinate representation of color #20BDC2: hue angle of 181.85º 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 #20BDC2 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 189 | 194 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.24 |
| HSL | 181.85º | 0.72% | 0.44% | - |
| HSV(B) | 181.85º | 0.84% | 0.76% | - |
| XYZ | 28.53 | 40.6 | 57.37 | - |
| YUV | 142.63 | 156.99 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 194 | 0.84 | 0.03 | 0 | 0.24 | 181.85 | 0.72 | 0.44 |
| Hex | 20 | BD | C2 | 54 | 3 | 0 | 18 | B6 | 48 | 2C |
| Octal | 40 | 275 | 302 | 124 | 3 | 0 | 30 | 266 | 110 | 54 |
| Binary | 100000 | 10111101 | 11000010 | 1010100 | 11 | 0 | 11000 | 10110110 | 1001000 | 101100 |
Color Harmonies of #20BDC2
Complementary color
Monochromatic Colors of #20BDC2
Black with #20BDC2
Text Example
Text Example
White with #20BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BDC2; }
p { color: rgb(32,189,194); }
H1.HeaderClassName
{
color: #20BDC2;
}
.AnyTagClassName
{
color: #20BDC2;
}
</style>
background-color css
<style>
a { background-color: #20BDC2; }
a { background-color: rgb(32,189,194); }
div.DivClassName
{
background-color: #20BDC2;
}
.BgClassName
{
background-color: #20BDC2;
}
</style>
border-color css
<style>
span { border-color: #20BDC2; }
span { border-color: rgb(32,189,194); }
td.TdClassName
{
border-color: #20BDC2;
}
.TagClassName
{
border-color: #20BDC2;
}
</style>