Shades of Light Sea Green #20BABC
Tints of Light Sea Green #20BABC
RGB
CMYK
RGB Variations
Color information
#20BABC (or 0x20BABC) is known color: Light Sea Green. HEX triplet: 20, BA and BC. RGB value is (32,186,188). Sum of RGB (Red+Green+Blue) = 32+186+188=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #20BABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BABC is #DF4543. Grayscale: #8C8C8C. Windows color (decimal): -14632260 or 12368416. OLE color: 12368416.
HSL color Cylindrical-coordinate representation of color #20BABC: hue angle of 180.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BABC is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 186 | 188 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.26 |
| HSL | 180.77º | 0.71% | 0.43% | - |
| HSV(B) | 180.77º | 0.83% | 0.74% | - |
| XYZ | 27.23 | 39.06 | 53.68 | - |
| YUV | 140.18 | 154.98 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 188 | 0.83 | 0.01 | 0 | 0.26 | 180.77 | 0.71 | 0.43 |
| Hex | 20 | BA | BC | 53 | 1 | 0 | 1A | B5 | 47 | 2B |
| Octal | 40 | 272 | 274 | 123 | 1 | 0 | 32 | 265 | 107 | 53 |
| Binary | 100000 | 10111010 | 10111100 | 1010011 | 1 | 0 | 11010 | 10110101 | 1000111 | 101011 |
Color Harmonies of #20BABC
Complementary color
Monochromatic Colors of #20BABC
Black with #20BABC
Text Example
Text Example
White with #20BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BABC; }
p { color: rgb(32,186,188); }
H1.HeaderClassName
{
color: #20BABC;
}
.AnyTagClassName
{
color: #20BABC;
}
</style>
background-color css
<style>
a { background-color: #20BABC; }
a { background-color: rgb(32,186,188); }
div.DivClassName
{
background-color: #20BABC;
}
.BgClassName
{
background-color: #20BABC;
}
</style>
border-color css
<style>
span { border-color: #20BABC; }
span { border-color: rgb(32,186,188); }
td.TdClassName
{
border-color: #20BABC;
}
.TagClassName
{
border-color: #20BABC;
}
</style>