Shades of Light Sea Green #20BBA0
Tints of Light Sea Green #20BBA0
RGB
CMYK
RGB Variations
Color information
#20BBA0 (or 0x20BBA0) is known color: Light Sea Green. HEX triplet: 20, BB and A0. RGB value is (32,187,160). Sum of RGB (Red+Green+Blue) = 32+187+160=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #20BBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BBA0 is #DF445F. Grayscale: #898989. Windows color (decimal): -14632032 or 10533664. OLE color: 10533664.
HSL color Cylindrical-coordinate representation of color #20BBA0: hue angle of 169.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BBA0 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 187 | 160 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.27 |
| HSL | 169.55º | 0.71% | 0.43% | - |
| HSV(B) | 169.55º | 0.83% | 0.73% | - |
| XYZ | 24.71 | 38.39 | 39.36 | - |
| YUV | 137.58 | 140.65 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 160 | 0.83 | 0 | 0.14 | 0.27 | 169.55 | 0.71 | 0.43 |
| Hex | 20 | BB | A0 | 53 | 0 | E | 1B | AA | 47 | 2B |
| Octal | 40 | 273 | 240 | 123 | 0 | 16 | 33 | 252 | 107 | 53 |
| Binary | 100000 | 10111011 | 10100000 | 1010011 | 0 | 1110 | 11011 | 10101010 | 1000111 | 101011 |
Color Harmonies of #20BBA0
Complementary color
Monochromatic Colors of #20BBA0
Black with #20BBA0
Text Example
Text Example
White with #20BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBA0; }
p { color: rgb(32,187,160); }
H1.HeaderClassName
{
color: #20BBA0;
}
.AnyTagClassName
{
color: #20BBA0;
}
</style>
background-color css
<style>
a { background-color: #20BBA0; }
a { background-color: rgb(32,187,160); }
div.DivClassName
{
background-color: #20BBA0;
}
.BgClassName
{
background-color: #20BBA0;
}
</style>
border-color css
<style>
span { border-color: #20BBA0; }
span { border-color: rgb(32,187,160); }
td.TdClassName
{
border-color: #20BBA0;
}
.TagClassName
{
border-color: #20BBA0;
}
</style>