Shades of Light Sea Green #20B29A
Tints of Light Sea Green #20B29A
RGB
CMYK
RGB Variations
Color information
#20B29A (or 0x20B29A) is known color: Light Sea Green. HEX triplet: 20, B2 and 9A. RGB value is (32,178,154). Sum of RGB (Red+Green+Blue) = 32+178+154=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #20B29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20B29A is #DF4D65. Grayscale: #838383. Windows color (decimal): -14634342 or 10138144. OLE color: 10138144.
HSL color Cylindrical-coordinate representation of color #20B29A: hue angle of 170.14º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B29A is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 178 | 154 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.30 |
| HSL | 170.14º | 0.7% | 0.41% | - |
| HSV(B) | 170.14º | 0.82% | 0.7% | - |
| XYZ | 22.35 | 34.48 | 36.05 | - |
| YUV | 131.61 | 140.63 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 154 | 0.82 | 0 | 0.13 | 0.30 | 170.14 | 0.7 | 0.41 |
| Hex | 20 | B2 | 9A | 52 | 0 | D | 1E | AA | 46 | 29 |
| Octal | 40 | 262 | 232 | 122 | 0 | 15 | 36 | 252 | 106 | 51 |
| Binary | 100000 | 10110010 | 10011010 | 1010010 | 0 | 1101 | 11110 | 10101010 | 1000110 | 101001 |
Color Harmonies of #20B29A
Complementary color
Monochromatic Colors of #20B29A
Black with #20B29A
Text Example
Text Example
White with #20B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B29A; }
p { color: rgb(32,178,154); }
H1.HeaderClassName
{
color: #20B29A;
}
.AnyTagClassName
{
color: #20B29A;
}
</style>
background-color css
<style>
a { background-color: #20B29A; }
a { background-color: rgb(32,178,154); }
div.DivClassName
{
background-color: #20B29A;
}
.BgClassName
{
background-color: #20B29A;
}
</style>
border-color css
<style>
span { border-color: #20B29A; }
span { border-color: rgb(32,178,154); }
td.TdClassName
{
border-color: #20B29A;
}
.TagClassName
{
border-color: #20B29A;
}
</style>