Shades of Light Sea Green #20BAA8
Tints of Light Sea Green #20BAA8
RGB
CMYK
RGB Variations
Color information
#20BAA8 (or 0x20BAA8) is known color: Light Sea Green. HEX triplet: 20, BA and A8. RGB value is (32,186,168). Sum of RGB (Red+Green+Blue) = 32+186+168=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #20BAA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BAA8 is #DF4557. Grayscale: #898989. Windows color (decimal): -14632280 or 11057696. OLE color: 11057696.
HSL color Cylindrical-coordinate representation of color #20BAA8: hue angle of 172.99º 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 #20BAA8 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 168 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.27 |
| HSL | 172.99º | 0.71% | 0.43% | - |
| HSV(B) | 172.99º | 0.83% | 0.73% | - |
| XYZ | 25.22 | 38.25 | 43.1 | - |
| YUV | 137.9 | 144.98 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 168 | 0.83 | 0 | 0.10 | 0.27 | 172.99 | 0.71 | 0.43 |
| Hex | 20 | BA | A8 | 53 | 0 | A | 1B | AD | 47 | 2B |
| Octal | 40 | 272 | 250 | 123 | 0 | 12 | 33 | 255 | 107 | 53 |
| Binary | 100000 | 10111010 | 10101000 | 1010011 | 0 | 1010 | 11011 | 10101101 | 1000111 | 101011 |
Color Harmonies of #20BAA8
Complementary color
Monochromatic Colors of #20BAA8
Black with #20BAA8
Text Example
Text Example
White with #20BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAA8; }
p { color: rgb(32,186,168); }
H1.HeaderClassName
{
color: #20BAA8;
}
.AnyTagClassName
{
color: #20BAA8;
}
</style>
background-color css
<style>
a { background-color: #20BAA8; }
a { background-color: rgb(32,186,168); }
div.DivClassName
{
background-color: #20BAA8;
}
.BgClassName
{
background-color: #20BAA8;
}
</style>
border-color css
<style>
span { border-color: #20BAA8; }
span { border-color: rgb(32,186,168); }
td.TdClassName
{
border-color: #20BAA8;
}
.TagClassName
{
border-color: #20BAA8;
}
</style>