Shades of Shamrock #20D3AD
Tints of Shamrock #20D3AD
RGB
CMYK
RGB Variations
Color information
#20D3AD (or 0x20D3AD) is known color: Shamrock. HEX triplet: 20, D3 and AD. RGB value is (32,211,173). Sum of RGB (Red+Green+Blue) = 32+211+173=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #20D3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D3AD is #DF2C52. Grayscale: #999999. Windows color (decimal): -14625875 or 11391776. OLE color: 11391776.
HSL color Cylindrical-coordinate representation of color #20D3AD: hue angle of 167.26º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D3AD is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 211 | 173 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.17 |
| HSL | 167.26º | 0.74% | 0.48% | - |
| HSV(B) | 167.26º | 0.85% | 0.83% | - |
| XYZ | 31.43 | 49.91 | 47.51 | - |
| YUV | 153.15 | 139.2 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 211 | 173 | 0.85 | 0 | 0.18 | 0.17 | 167.26 | 0.74 | 0.48 |
| Hex | 20 | D3 | AD | 55 | 0 | 12 | 11 | A7 | 4A | 30 |
| Octal | 40 | 323 | 255 | 125 | 0 | 22 | 21 | 247 | 112 | 60 |
| Binary | 100000 | 11010011 | 10101101 | 1010101 | 0 | 10010 | 10001 | 10100111 | 1001010 | 110000 |
Color Harmonies of #20D3AD
Complementary color
Monochromatic Colors of #20D3AD
Black with #20D3AD
Text Example
Text Example
White with #20D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D3AD; }
p { color: rgb(32,211,173); }
H1.HeaderClassName
{
color: #20D3AD;
}
.AnyTagClassName
{
color: #20D3AD;
}
</style>
background-color css
<style>
a { background-color: #20D3AD; }
a { background-color: rgb(32,211,173); }
div.DivClassName
{
background-color: #20D3AD;
}
.BgClassName
{
background-color: #20D3AD;
}
</style>
border-color css
<style>
span { border-color: #20D3AD; }
span { border-color: rgb(32,211,173); }
td.TdClassName
{
border-color: #20D3AD;
}
.TagClassName
{
border-color: #20D3AD;
}
</style>