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