Shades of Light Sea Green #20AEAB
Tints of Light Sea Green #20AEAB
RGB
CMYK
RGB Variations
Color information
#20AEAB (or 0x20AEAB) is known color: Light Sea Green. HEX triplet: 20, AE and AB. RGB value is (32,174,171). Sum of RGB (Red+Green+Blue) = 32+174+171=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #20AEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AEAB is #DF5154. Grayscale: #838383. Windows color (decimal): -14635349 or 11251232. OLE color: 11251232.
HSL color Cylindrical-coordinate representation of color #20AEAB: hue angle of 178.73º 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 #20AEAB is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 171 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.32 |
| HSL | 178.73º | 0.69% | 0.4% | - |
| HSV(B) | 178.73º | 0.82% | 0.68% | - |
| XYZ | 23.08 | 33.52 | 43.78 | - |
| YUV | 131.2 | 150.46 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 171 | 0.82 | 0 | 0.02 | 0.32 | 178.73 | 0.69 | 0.4 |
| Hex | 20 | AE | AB | 52 | 0 | 2 | 20 | B3 | 45 | 28 |
| Octal | 40 | 256 | 253 | 122 | 0 | 2 | 40 | 263 | 105 | 50 |
| Binary | 100000 | 10101110 | 10101011 | 1010010 | 0 | 10 | 100000 | 10110011 | 1000101 | 101000 |
Color Harmonies of #20AEAB
Complementary color
Monochromatic Colors of #20AEAB
Black with #20AEAB
Text Example
Text Example
White with #20AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AEAB; }
p { color: rgb(32,174,171); }
H1.HeaderClassName
{
color: #20AEAB;
}
.AnyTagClassName
{
color: #20AEAB;
}
</style>
background-color css
<style>
a { background-color: #20AEAB; }
a { background-color: rgb(32,174,171); }
div.DivClassName
{
background-color: #20AEAB;
}
.BgClassName
{
background-color: #20AEAB;
}
</style>
border-color css
<style>
span { border-color: #20AEAB; }
span { border-color: rgb(32,174,171); }
td.TdClassName
{
border-color: #20AEAB;
}
.TagClassName
{
border-color: #20AEAB;
}
</style>