Shades of Light Sea Green #20BEAB
Tints of Light Sea Green #20BEAB
RGB
CMYK
RGB Variations
Color information
#20BEAB (or 0x20BEAB) is known color: Light Sea Green. HEX triplet: 20, BE and AB. RGB value is (32,190,171). Sum of RGB (Red+Green+Blue) = 32+190+171=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #20BEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BEAB is #DF4154. Grayscale: #8C8C8C. Windows color (decimal): -14631253 or 11255328. OLE color: 11255328.
HSL color Cylindrical-coordinate representation of color #20BEAB: hue angle of 172.78º 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 #20BEAB is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 171 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.25 |
| HSL | 172.78º | 0.71% | 0.44% | - |
| HSV(B) | 172.78º | 0.83% | 0.75% | - |
| XYZ | 26.36 | 40.07 | 44.87 | - |
| YUV | 140.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 171 | 0.83 | 0 | 0.10 | 0.25 | 172.78 | 0.71 | 0.44 |
| Hex | 20 | BE | AB | 53 | 0 | A | 19 | AD | 47 | 2C |
| Octal | 40 | 276 | 253 | 123 | 0 | 12 | 31 | 255 | 107 | 54 |
| Binary | 100000 | 10111110 | 10101011 | 1010011 | 0 | 1010 | 11001 | 10101101 | 1000111 | 101100 |
Color Harmonies of #20BEAB
Complementary color
Monochromatic Colors of #20BEAB
Black with #20BEAB
Text Example
Text Example
White with #20BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEAB; }
p { color: rgb(32,190,171); }
H1.HeaderClassName
{
color: #20BEAB;
}
.AnyTagClassName
{
color: #20BEAB;
}
</style>
background-color css
<style>
a { background-color: #20BEAB; }
a { background-color: rgb(32,190,171); }
div.DivClassName
{
background-color: #20BEAB;
}
.BgClassName
{
background-color: #20BEAB;
}
</style>
border-color css
<style>
span { border-color: #20BEAB; }
span { border-color: rgb(32,190,171); }
td.TdClassName
{
border-color: #20BEAB;
}
.TagClassName
{
border-color: #20BEAB;
}
</style>