Shades of Light Sea Green #20BA9A
Tints of Light Sea Green #20BA9A
RGB
CMYK
RGB Variations
Color information
#20BA9A (or 0x20BA9A) is known color: Light Sea Green. HEX triplet: 20, BA and 9A. RGB value is (32,186,154). Sum of RGB (Red+Green+Blue) = 32+186+154=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BA9A is #DF4565. Grayscale: #888888. Windows color (decimal): -14632294 or 10140192. OLE color: 10140192.
HSL color Cylindrical-coordinate representation of color #20BA9A: hue angle of 167.53º 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 #20BA9A is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 154 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.27 |
| HSL | 167.53º | 0.71% | 0.43% | - |
| HSV(B) | 167.53º | 0.83% | 0.73% | - |
| XYZ | 23.99 | 37.76 | 36.6 | - |
| YUV | 136.31 | 137.98 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 154 | 0.83 | 0 | 0.17 | 0.27 | 167.53 | 0.71 | 0.43 |
| Hex | 20 | BA | 9A | 53 | 0 | 11 | 1B | A8 | 47 | 2B |
| Octal | 40 | 272 | 232 | 123 | 0 | 21 | 33 | 250 | 107 | 53 |
| Binary | 100000 | 10111010 | 10011010 | 1010011 | 0 | 10001 | 11011 | 10101000 | 1000111 | 101011 |
Color Harmonies of #20BA9A
Complementary color
Monochromatic Colors of #20BA9A
Black with #20BA9A
Text Example
Text Example
White with #20BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BA9A; }
p { color: rgb(32,186,154); }
H1.HeaderClassName
{
color: #20BA9A;
}
.AnyTagClassName
{
color: #20BA9A;
}
</style>
background-color css
<style>
a { background-color: #20BA9A; }
a { background-color: rgb(32,186,154); }
div.DivClassName
{
background-color: #20BA9A;
}
.BgClassName
{
background-color: #20BA9A;
}
</style>
border-color css
<style>
span { border-color: #20BA9A; }
span { border-color: rgb(32,186,154); }
td.TdClassName
{
border-color: #20BA9A;
}
.TagClassName
{
border-color: #20BA9A;
}
</style>