Shades of Light Sea Green #20BAC0
Tints of Light Sea Green #20BAC0
RGB
CMYK
RGB Variations
Color information
#20BAC0 (or 0x20BAC0) is known color: Light Sea Green. HEX triplet: 20, BA and C0. RGB value is (32,186,192). Sum of RGB (Red+Green+Blue) = 32+186+192=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #20BAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BAC0 is #DF453F. Grayscale: #8C8C8C. Windows color (decimal): -14632256 or 12630560. OLE color: 12630560.
HSL color Cylindrical-coordinate representation of color #20BAC0: hue angle of 182.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BAC0 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 186 | 192 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.25 |
| HSL | 182.25º | 0.71% | 0.44% | - |
| HSV(B) | 182.25º | 0.83% | 0.75% | - |
| XYZ | 27.67 | 39.23 | 55.98 | - |
| YUV | 140.64 | 156.98 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 192 | 0.83 | 0.03 | 0 | 0.25 | 182.25 | 0.71 | 0.44 |
| Hex | 20 | BA | C0 | 53 | 3 | 0 | 19 | B6 | 47 | 2C |
| Octal | 40 | 272 | 300 | 123 | 3 | 0 | 31 | 266 | 107 | 54 |
| Binary | 100000 | 10111010 | 11000000 | 1010011 | 11 | 0 | 11001 | 10110110 | 1000111 | 101100 |
Color Harmonies of #20BAC0
Complementary color
Monochromatic Colors of #20BAC0
Black with #20BAC0
Text Example
Text Example
White with #20BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAC0; }
p { color: rgb(32,186,192); }
H1.HeaderClassName
{
color: #20BAC0;
}
.AnyTagClassName
{
color: #20BAC0;
}
</style>
background-color css
<style>
a { background-color: #20BAC0; }
a { background-color: rgb(32,186,192); }
div.DivClassName
{
background-color: #20BAC0;
}
.BgClassName
{
background-color: #20BAC0;
}
</style>
border-color css
<style>
span { border-color: #20BAC0; }
span { border-color: rgb(32,186,192); }
td.TdClassName
{
border-color: #20BAC0;
}
.TagClassName
{
border-color: #20BAC0;
}
</style>