Shades of Shamrock #20D8AF
Tints of Shamrock #20D8AF
RGB
CMYK
RGB Variations
Color information
#20D8AF (or 0x20D8AF) is known color: Shamrock. HEX triplet: 20, D8 and AF. RGB value is (32,216,175). Sum of RGB (Red+Green+Blue) = 32+216+175=423 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.57% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #20D8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D8AF is #DF2750. Grayscale: #9C9C9C. Windows color (decimal): -14624593 or 11524128. OLE color: 11524128.
HSL color Cylindrical-coordinate representation of color #20D8AF: hue angle of 166.63º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D8AF is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 216 | 175 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.15 |
| HSL | 166.63º | 0.74% | 0.49% | - |
| HSV(B) | 166.63º | 0.85% | 0.85% | - |
| XYZ | 32.89 | 52.51 | 48.96 | - |
| YUV | 156.31 | 138.54 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 216 | 175 | 0.85 | 0 | 0.19 | 0.15 | 166.63 | 0.74 | 0.49 |
| Hex | 20 | D8 | AF | 55 | 0 | 13 | F | A7 | 4A | 31 |
| Octal | 40 | 330 | 257 | 125 | 0 | 23 | 17 | 247 | 112 | 61 |
| Binary | 100000 | 11011000 | 10101111 | 1010101 | 0 | 10011 | 1111 | 10100111 | 1001010 | 110001 |
Color Harmonies of #20D8AF
Complementary color
Monochromatic Colors of #20D8AF
Black with #20D8AF
Text Example
Text Example
White with #20D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D8AF; }
p { color: rgb(32,216,175); }
H1.HeaderClassName
{
color: #20D8AF;
}
.AnyTagClassName
{
color: #20D8AF;
}
</style>
background-color css
<style>
a { background-color: #20D8AF; }
a { background-color: rgb(32,216,175); }
div.DivClassName
{
background-color: #20D8AF;
}
.BgClassName
{
background-color: #20D8AF;
}
</style>
border-color css
<style>
span { border-color: #20D8AF; }
span { border-color: rgb(32,216,175); }
td.TdClassName
{
border-color: #20D8AF;
}
.TagClassName
{
border-color: #20D8AF;
}
</style>