Shades of Light Sea Green #20AEAC
Tints of Light Sea Green #20AEAC
RGB
CMYK
RGB Variations
Color information
#20AEAC (or 0x20AEAC) is known color: Light Sea Green. HEX triplet: 20, AE and AC. RGB value is (32,174,172). Sum of RGB (Red+Green+Blue) = 32+174+172=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #20AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AEAC is #DF5153. Grayscale: #838383. Windows color (decimal): -14635348 or 11316768. OLE color: 11316768.
HSL color Cylindrical-coordinate representation of color #20AEAC: hue angle of 179.15º 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 #20AEAC is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 172 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.32 |
| HSL | 179.15º | 0.69% | 0.4% | - |
| HSV(B) | 179.15º | 0.82% | 0.68% | - |
| XYZ | 23.18 | 33.56 | 44.29 | - |
| YUV | 131.31 | 150.96 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 172 | 0.82 | 0 | 0.01 | 0.32 | 179.15 | 0.69 | 0.4 |
| Hex | 20 | AE | AC | 52 | 0 | 1 | 20 | B3 | 45 | 28 |
| Octal | 40 | 256 | 254 | 122 | 0 | 1 | 40 | 263 | 105 | 50 |
| Binary | 100000 | 10101110 | 10101100 | 1010010 | 0 | 1 | 100000 | 10110011 | 1000101 | 101000 |
Color Harmonies of #20AEAC
Complementary color
Monochromatic Colors of #20AEAC
Black with #20AEAC
Text Example
Text Example
White with #20AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AEAC; }
p { color: rgb(32,174,172); }
H1.HeaderClassName
{
color: #20AEAC;
}
.AnyTagClassName
{
color: #20AEAC;
}
</style>
background-color css
<style>
a { background-color: #20AEAC; }
a { background-color: rgb(32,174,172); }
div.DivClassName
{
background-color: #20AEAC;
}
.BgClassName
{
background-color: #20AEAC;
}
</style>
border-color css
<style>
span { border-color: #20AEAC; }
span { border-color: rgb(32,174,172); }
td.TdClassName
{
border-color: #20AEAC;
}
.TagClassName
{
border-color: #20AEAC;
}
</style>