Shades of Light Sea Green #20ABAC
Tints of Light Sea Green #20ABAC
RGB
CMYK
RGB Variations
Color information
#20ABAC (or 0x20ABAC) is known color: Light Sea Green. HEX triplet: 20, AB and AC. RGB value is (32,171,172). Sum of RGB (Red+Green+Blue) = 32+171+172=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #20ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ABAC is #DF5453. Grayscale: #818181. Windows color (decimal): -14636116 or 11316000. OLE color: 11316000.
HSL color Cylindrical-coordinate representation of color #20ABAC: hue angle of 180.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20ABAC is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 172 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.33 |
| HSL | 180.43º | 0.69% | 0.4% | - |
| HSV(B) | 180.43º | 0.81% | 0.67% | - |
| XYZ | 22.6 | 32.41 | 44.09 | - |
| YUV | 129.55 | 151.95 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 172 | 0.81 | 0.01 | 0 | 0.33 | 180.43 | 0.69 | 0.4 |
| Hex | 20 | AB | AC | 51 | 1 | 0 | 21 | B4 | 45 | 28 |
| Octal | 40 | 253 | 254 | 121 | 1 | 0 | 41 | 264 | 105 | 50 |
| Binary | 100000 | 10101011 | 10101100 | 1010001 | 1 | 0 | 100001 | 10110100 | 1000101 | 101000 |
Color Harmonies of #20ABAC
Complementary color
Monochromatic Colors of #20ABAC
Black with #20ABAC
Text Example
Text Example
White with #20ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABAC; }
p { color: rgb(32,171,172); }
H1.HeaderClassName
{
color: #20ABAC;
}
.AnyTagClassName
{
color: #20ABAC;
}
</style>
background-color css
<style>
a { background-color: #20ABAC; }
a { background-color: rgb(32,171,172); }
div.DivClassName
{
background-color: #20ABAC;
}
.BgClassName
{
background-color: #20ABAC;
}
</style>
border-color css
<style>
span { border-color: #20ABAC; }
span { border-color: rgb(32,171,172); }
td.TdClassName
{
border-color: #20ABAC;
}
.TagClassName
{
border-color: #20ABAC;
}
</style>