Shades of Light Sea Green #20AAB6
Tints of Light Sea Green #20AAB6
RGB
CMYK
RGB Variations
Color information
#20AAB6 (or 0x20AAB6) is known color: Light Sea Green. HEX triplet: 20, AA and B6. RGB value is (32,170,182). Sum of RGB (Red+Green+Blue) = 32+170+182=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #20AAB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AAB6 is #DF5549. Grayscale: #818181. Windows color (decimal): -14636362 or 11971104. OLE color: 11971104.
HSL color Cylindrical-coordinate representation of color #20AAB6: hue angle of 184.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AAB6 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 170 | 182 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.29 |
| HSL | 184.8º | 0.7% | 0.42% | - |
| HSV(B) | 184.8º | 0.82% | 0.71% | - |
| XYZ | 23.41 | 32.43 | 49.28 | - |
| YUV | 130.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 182 | 0.82 | 0.07 | 0 | 0.29 | 184.8 | 0.7 | 0.42 |
| Hex | 20 | AA | B6 | 52 | 7 | 0 | 1D | B9 | 46 | 2A |
| Octal | 40 | 252 | 266 | 122 | 7 | 0 | 35 | 271 | 106 | 52 |
| Binary | 100000 | 10101010 | 10110110 | 1010010 | 111 | 0 | 11101 | 10111001 | 1000110 | 101010 |
Color Harmonies of #20AAB6
Complementary color
Monochromatic Colors of #20AAB6
Black with #20AAB6
Text Example
Text Example
White with #20AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAB6; }
p { color: rgb(32,170,182); }
H1.HeaderClassName
{
color: #20AAB6;
}
.AnyTagClassName
{
color: #20AAB6;
}
</style>
background-color css
<style>
a { background-color: #20AAB6; }
a { background-color: rgb(32,170,182); }
div.DivClassName
{
background-color: #20AAB6;
}
.BgClassName
{
background-color: #20AAB6;
}
</style>
border-color css
<style>
span { border-color: #20AAB6; }
span { border-color: rgb(32,170,182); }
td.TdClassName
{
border-color: #20AAB6;
}
.TagClassName
{
border-color: #20AAB6;
}
</style>