Shades of Light Sea Green #20AEA8
Tints of Light Sea Green #20AEA8
RGB
CMYK
RGB Variations
Color information
#20AEA8 (or 0x20AEA8) is known color: Light Sea Green. HEX triplet: 20, AE and A8. RGB value is (32,174,168). Sum of RGB (Red+Green+Blue) = 32+174+168=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #20AEA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AEA8 is #DF5157. Grayscale: #828282. Windows color (decimal): -14635352 or 11054624. OLE color: 11054624.
HSL color Cylindrical-coordinate representation of color #20AEA8: hue angle of 177.46º 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 #20AEA8 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 168 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.32 |
| HSL | 177.46º | 0.69% | 0.4% | - |
| HSV(B) | 177.46º | 0.82% | 0.68% | - |
| XYZ | 22.8 | 33.41 | 42.29 | - |
| YUV | 130.86 | 148.96 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 168 | 0.82 | 0 | 0.03 | 0.32 | 177.46 | 0.69 | 0.4 |
| Hex | 20 | AE | A8 | 52 | 0 | 3 | 20 | B1 | 45 | 28 |
| Octal | 40 | 256 | 250 | 122 | 0 | 3 | 40 | 261 | 105 | 50 |
| Binary | 100000 | 10101110 | 10101000 | 1010010 | 0 | 11 | 100000 | 10110001 | 1000101 | 101000 |
Color Harmonies of #20AEA8
Complementary color
Monochromatic Colors of #20AEA8
Black with #20AEA8
Text Example
Text Example
White with #20AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AEA8; }
p { color: rgb(32,174,168); }
H1.HeaderClassName
{
color: #20AEA8;
}
.AnyTagClassName
{
color: #20AEA8;
}
</style>
background-color css
<style>
a { background-color: #20AEA8; }
a { background-color: rgb(32,174,168); }
div.DivClassName
{
background-color: #20AEA8;
}
.BgClassName
{
background-color: #20AEA8;
}
</style>
border-color css
<style>
span { border-color: #20AEA8; }
span { border-color: rgb(32,174,168); }
td.TdClassName
{
border-color: #20AEA8;
}
.TagClassName
{
border-color: #20AEA8;
}
</style>