Shades of Light Sea Green #20BEA2
Tints of Light Sea Green #20BEA2
RGB
CMYK
RGB Variations
Color information
#20BEA2 (or 0x20BEA2) is known color: Light Sea Green. HEX triplet: 20, BE and A2. RGB value is (32,190,162). Sum of RGB (Red+Green+Blue) = 32+190+162=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #20BEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BEA2 is #DF415D. Grayscale: #8B8B8B. Windows color (decimal): -14631262 or 10665504. OLE color: 10665504.
HSL color Cylindrical-coordinate representation of color #20BEA2: hue angle of 169.37º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BEA2 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 162 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.25 |
| HSL | 169.37º | 0.71% | 0.44% | - |
| HSV(B) | 169.37º | 0.83% | 0.75% | - |
| XYZ | 25.53 | 39.74 | 40.51 | - |
| YUV | 139.57 | 140.65 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 162 | 0.83 | 0 | 0.15 | 0.25 | 169.37 | 0.71 | 0.44 |
| Hex | 20 | BE | A2 | 53 | 0 | F | 19 | A9 | 47 | 2C |
| Octal | 40 | 276 | 242 | 123 | 0 | 17 | 31 | 251 | 107 | 54 |
| Binary | 100000 | 10111110 | 10100010 | 1010011 | 0 | 1111 | 11001 | 10101001 | 1000111 | 101100 |
Color Harmonies of #20BEA2
Complementary color
Monochromatic Colors of #20BEA2
Black with #20BEA2
Text Example
Text Example
White with #20BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEA2; }
p { color: rgb(32,190,162); }
H1.HeaderClassName
{
color: #20BEA2;
}
.AnyTagClassName
{
color: #20BEA2;
}
</style>
background-color css
<style>
a { background-color: #20BEA2; }
a { background-color: rgb(32,190,162); }
div.DivClassName
{
background-color: #20BEA2;
}
.BgClassName
{
background-color: #20BEA2;
}
</style>
border-color css
<style>
span { border-color: #20BEA2; }
span { border-color: rgb(32,190,162); }
td.TdClassName
{
border-color: #20BEA2;
}
.TagClassName
{
border-color: #20BEA2;
}
</style>