Shades of Shamrock #20D2AF
Tints of Shamrock #20D2AF
RGB
CMYK
RGB Variations
Color information
#20D2AF (or 0x20D2AF) is known color: Shamrock. HEX triplet: 20, D2 and AF. RGB value is (32,210,175). Sum of RGB (Red+Green+Blue) = 32+210+175=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #20D2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D2AF is #DF2D50. Grayscale: #989898. Windows color (decimal): -14626129 or 11522592. OLE color: 11522592.
HSL color Cylindrical-coordinate representation of color #20D2AF: hue angle of 168.2º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D2AF is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 175 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.18 |
| HSL | 168.2º | 0.74% | 0.47% | - |
| HSV(B) | 168.2º | 0.85% | 0.82% | - |
| XYZ | 31.38 | 49.5 | 48.46 | - |
| YUV | 152.79 | 140.53 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 175 | 0.85 | 0 | 0.17 | 0.18 | 168.2 | 0.74 | 0.47 |
| Hex | 20 | D2 | AF | 55 | 0 | 11 | 12 | A8 | 4A | 2F |
| Octal | 40 | 322 | 257 | 125 | 0 | 21 | 22 | 250 | 112 | 57 |
| Binary | 100000 | 11010010 | 10101111 | 1010101 | 0 | 10001 | 10010 | 10101000 | 1001010 | 101111 |
Color Harmonies of #20D2AF
Complementary color
Monochromatic Colors of #20D2AF
Black with #20D2AF
Text Example
Text Example
White with #20D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D2AF; }
p { color: rgb(32,210,175); }
H1.HeaderClassName
{
color: #20D2AF;
}
.AnyTagClassName
{
color: #20D2AF;
}
</style>
background-color css
<style>
a { background-color: #20D2AF; }
a { background-color: rgb(32,210,175); }
div.DivClassName
{
background-color: #20D2AF;
}
.BgClassName
{
background-color: #20D2AF;
}
</style>
border-color css
<style>
span { border-color: #20D2AF; }
span { border-color: rgb(32,210,175); }
td.TdClassName
{
border-color: #20D2AF;
}
.TagClassName
{
border-color: #20D2AF;
}
</style>