Shades of Light Sea Green #20ABAE
Tints of Light Sea Green #20ABAE
RGB
CMYK
RGB Variations
Color information
#20ABAE (or 0x20ABAE) is known color: Light Sea Green. HEX triplet: 20, AB and AE. RGB value is (32,171,174). Sum of RGB (Red+Green+Blue) = 32+171+174=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #20ABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ABAE is #DF5451. Grayscale: #818181. Windows color (decimal): -14636114 or 11447072. OLE color: 11447072.
HSL color Cylindrical-coordinate representation of color #20ABAE: hue angle of 181.27º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20ABAE is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 171 | 174 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.32 |
| HSL | 181.27º | 0.69% | 0.4% | - |
| HSV(B) | 181.27º | 0.82% | 0.68% | - |
| XYZ | 22.8 | 32.49 | 45.11 | - |
| YUV | 129.78 | 152.95 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 174 | 0.82 | 0.02 | 0 | 0.32 | 181.27 | 0.69 | 0.4 |
| Hex | 20 | AB | AE | 52 | 2 | 0 | 20 | B5 | 45 | 28 |
| Octal | 40 | 253 | 256 | 122 | 2 | 0 | 40 | 265 | 105 | 50 |
| Binary | 100000 | 10101011 | 10101110 | 1010010 | 10 | 0 | 100000 | 10110101 | 1000101 | 101000 |
Color Harmonies of #20ABAE
Complementary color
Monochromatic Colors of #20ABAE
Black with #20ABAE
Text Example
Text Example
White with #20ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABAE; }
p { color: rgb(32,171,174); }
H1.HeaderClassName
{
color: #20ABAE;
}
.AnyTagClassName
{
color: #20ABAE;
}
</style>
background-color css
<style>
a { background-color: #20ABAE; }
a { background-color: rgb(32,171,174); }
div.DivClassName
{
background-color: #20ABAE;
}
.BgClassName
{
background-color: #20ABAE;
}
</style>
border-color css
<style>
span { border-color: #20ABAE; }
span { border-color: rgb(32,171,174); }
td.TdClassName
{
border-color: #20ABAE;
}
.TagClassName
{
border-color: #20ABAE;
}
</style>