Shades of Shamrock #20D2AD
Tints of Shamrock #20D2AD
RGB
CMYK
RGB Variations
Color information
#20D2AD (or 0x20D2AD) is known color: Shamrock. HEX triplet: 20, D2 and AD. RGB value is (32,210,173). Sum of RGB (Red+Green+Blue) = 32+210+173=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #20D2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D2AD is #DF2D52. Grayscale: #989898. Windows color (decimal): -14626131 or 11391520. OLE color: 11391520.
HSL color Cylindrical-coordinate representation of color #20D2AD: hue angle of 167.53º 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 #20D2AD is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 173 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.18 |
| HSL | 167.53º | 0.74% | 0.47% | - |
| HSV(B) | 167.53º | 0.85% | 0.82% | - |
| XYZ | 31.19 | 49.42 | 47.43 | - |
| YUV | 152.56 | 139.53 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 173 | 0.85 | 0 | 0.18 | 0.18 | 167.53 | 0.74 | 0.47 |
| Hex | 20 | D2 | AD | 55 | 0 | 12 | 12 | A8 | 4A | 2F |
| Octal | 40 | 322 | 255 | 125 | 0 | 22 | 22 | 250 | 112 | 57 |
| Binary | 100000 | 11010010 | 10101101 | 1010101 | 0 | 10010 | 10010 | 10101000 | 1001010 | 101111 |
Color Harmonies of #20D2AD
Complementary color
Monochromatic Colors of #20D2AD
Black with #20D2AD
Text Example
Text Example
White with #20D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D2AD; }
p { color: rgb(32,210,173); }
H1.HeaderClassName
{
color: #20D2AD;
}
.AnyTagClassName
{
color: #20D2AD;
}
</style>
background-color css
<style>
a { background-color: #20D2AD; }
a { background-color: rgb(32,210,173); }
div.DivClassName
{
background-color: #20D2AD;
}
.BgClassName
{
background-color: #20D2AD;
}
</style>
border-color css
<style>
span { border-color: #20D2AD; }
span { border-color: rgb(32,210,173); }
td.TdClassName
{
border-color: #20D2AD;
}
.TagClassName
{
border-color: #20D2AD;
}
</style>