Shades of Light Sea Green #20BEAC
Tints of Light Sea Green #20BEAC
RGB
CMYK
RGB Variations
Color information
#20BEAC (or 0x20BEAC) is known color: Light Sea Green. HEX triplet: 20, BE and AC. RGB value is (32,190,172). Sum of RGB (Red+Green+Blue) = 32+190+172=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #20BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BEAC is #DF4153. Grayscale: #8C8C8C. Windows color (decimal): -14631252 or 11320864. OLE color: 11320864.
HSL color Cylindrical-coordinate representation of color #20BEAC: hue angle of 173.16º 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 #20BEAC is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 172 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.25 |
| HSL | 173.16º | 0.71% | 0.44% | - |
| HSV(B) | 173.16º | 0.83% | 0.75% | - |
| XYZ | 26.46 | 40.11 | 45.38 | - |
| YUV | 140.71 | 145.65 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 172 | 0.83 | 0 | 0.09 | 0.25 | 173.16 | 0.71 | 0.44 |
| Hex | 20 | BE | AC | 53 | 0 | 9 | 19 | AD | 47 | 2C |
| Octal | 40 | 276 | 254 | 123 | 0 | 11 | 31 | 255 | 107 | 54 |
| Binary | 100000 | 10111110 | 10101100 | 1010011 | 0 | 1001 | 11001 | 10101101 | 1000111 | 101100 |
Color Harmonies of #20BEAC
Complementary color
Monochromatic Colors of #20BEAC
Black with #20BEAC
Text Example
Text Example
White with #20BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEAC; }
p { color: rgb(32,190,172); }
H1.HeaderClassName
{
color: #20BEAC;
}
.AnyTagClassName
{
color: #20BEAC;
}
</style>
background-color css
<style>
a { background-color: #20BEAC; }
a { background-color: rgb(32,190,172); }
div.DivClassName
{
background-color: #20BEAC;
}
.BgClassName
{
background-color: #20BEAC;
}
</style>
border-color css
<style>
span { border-color: #20BEAC; }
span { border-color: rgb(32,190,172); }
td.TdClassName
{
border-color: #20BEAC;
}
.TagClassName
{
border-color: #20BEAC;
}
</style>