Shades of Light Sea Green #20B9A0
Tints of Light Sea Green #20B9A0
RGB
CMYK
RGB Variations
Color information
#20B9A0 (or 0x20B9A0) is known color: Light Sea Green. HEX triplet: 20, B9 and A0. RGB value is (32,185,160). Sum of RGB (Red+Green+Blue) = 32+185+160=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #20B9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B9A0 is #DF465F. Grayscale: #888888. Windows color (decimal): -14632544 or 10533152. OLE color: 10533152.
HSL color Cylindrical-coordinate representation of color #20B9A0: hue angle of 170.2º 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 #20B9A0 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 185 | 160 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.27 |
| HSL | 170.2º | 0.71% | 0.43% | - |
| HSV(B) | 170.2º | 0.83% | 0.73% | - |
| XYZ | 24.29 | 37.54 | 39.22 | - |
| YUV | 136.4 | 141.31 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 185 | 160 | 0.83 | 0 | 0.14 | 0.27 | 170.2 | 0.71 | 0.43 |
| Hex | 20 | B9 | A0 | 53 | 0 | E | 1B | AA | 47 | 2B |
| Octal | 40 | 271 | 240 | 123 | 0 | 16 | 33 | 252 | 107 | 53 |
| Binary | 100000 | 10111001 | 10100000 | 1010011 | 0 | 1110 | 11011 | 10101010 | 1000111 | 101011 |
Color Harmonies of #20B9A0
Complementary color
Monochromatic Colors of #20B9A0
Black with #20B9A0
Text Example
Text Example
White with #20B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B9A0; }
p { color: rgb(32,185,160); }
H1.HeaderClassName
{
color: #20B9A0;
}
.AnyTagClassName
{
color: #20B9A0;
}
</style>
background-color css
<style>
a { background-color: #20B9A0; }
a { background-color: rgb(32,185,160); }
div.DivClassName
{
background-color: #20B9A0;
}
.BgClassName
{
background-color: #20B9A0;
}
</style>
border-color css
<style>
span { border-color: #20B9A0; }
span { border-color: rgb(32,185,160); }
td.TdClassName
{
border-color: #20B9A0;
}
.TagClassName
{
border-color: #20B9A0;
}
</style>