Shades of Shamrock #20DEAB
Tints of Shamrock #20DEAB
RGB
CMYK
RGB Variations
Color information
#20DEAB (or 0x20DEAB) is known color: Shamrock. HEX triplet: 20, DE and AB. RGB value is (32,222,171). Sum of RGB (Red+Green+Blue) = 32+222+171=425 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.53% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #20DEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DEAB is #DF2154. Grayscale: #9F9F9F. Windows color (decimal): -14623061 or 11263520. OLE color: 11263520.
HSL color Cylindrical-coordinate representation of color #20DEAB: hue angle of 163.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DEAB is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 222 | 171 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.13 |
| HSL | 163.89º | 0.75% | 0.5% | - |
| HSV(B) | 163.89º | 0.86% | 0.87% | - |
| XYZ | 34.07 | 55.49 | 47.44 | - |
| YUV | 159.38 | 134.55 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 222 | 171 | 0.86 | 0 | 0.23 | 0.13 | 163.89 | 0.75 | 0.5 |
| Hex | 20 | DE | AB | 56 | 0 | 17 | D | A4 | 4B | 32 |
| Octal | 40 | 336 | 253 | 126 | 0 | 27 | 15 | 244 | 113 | 62 |
| Binary | 100000 | 11011110 | 10101011 | 1010110 | 0 | 10111 | 1101 | 10100100 | 1001011 | 110010 |
Color Harmonies of #20DEAB
Complementary color
Monochromatic Colors of #20DEAB
Black with #20DEAB
Text Example
Text Example
White with #20DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DEAB; }
p { color: rgb(32,222,171); }
H1.HeaderClassName
{
color: #20DEAB;
}
.AnyTagClassName
{
color: #20DEAB;
}
</style>
background-color css
<style>
a { background-color: #20DEAB; }
a { background-color: rgb(32,222,171); }
div.DivClassName
{
background-color: #20DEAB;
}
.BgClassName
{
background-color: #20DEAB;
}
</style>
border-color css
<style>
span { border-color: #20DEAB; }
span { border-color: rgb(32,222,171); }
td.TdClassName
{
border-color: #20DEAB;
}
.TagClassName
{
border-color: #20DEAB;
}
</style>