Shades of Shamrock #20DAAA
Tints of Shamrock #20DAAA
RGB
CMYK
RGB Variations
Color information
#20DAAA (or 0x20DAAA) is known color: Shamrock. HEX triplet: 20, DA and AA. RGB value is (32,218,170). Sum of RGB (Red+Green+Blue) = 32+218+170=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #20DAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DAAA is #DF2555. Grayscale: #9C9C9C. Windows color (decimal): -14624086 or 11196960. OLE color: 11196960.
HSL color Cylindrical-coordinate representation of color #20DAAA: hue angle of 164.52º 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 #20DAAA is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 218 | 170 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.15 |
| HSL | 164.52º | 0.74% | 0.49% | - |
| HSV(B) | 164.52º | 0.85% | 0.85% | - |
| XYZ | 32.92 | 53.35 | 46.59 | - |
| YUV | 156.91 | 135.38 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 218 | 170 | 0.85 | 0 | 0.22 | 0.15 | 164.52 | 0.74 | 0.49 |
| Hex | 20 | DA | AA | 55 | 0 | 16 | F | A5 | 4A | 31 |
| Octal | 40 | 332 | 252 | 125 | 0 | 26 | 17 | 245 | 112 | 61 |
| Binary | 100000 | 11011010 | 10101010 | 1010101 | 0 | 10110 | 1111 | 10100101 | 1001010 | 110001 |
Color Harmonies of #20DAAA
Complementary color
Monochromatic Colors of #20DAAA
Black with #20DAAA
Text Example
Text Example
White with #20DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DAAA; }
p { color: rgb(32,218,170); }
H1.HeaderClassName
{
color: #20DAAA;
}
.AnyTagClassName
{
color: #20DAAA;
}
</style>
background-color css
<style>
a { background-color: #20DAAA; }
a { background-color: rgb(32,218,170); }
div.DivClassName
{
background-color: #20DAAA;
}
.BgClassName
{
background-color: #20DAAA;
}
</style>
border-color css
<style>
span { border-color: #20DAAA; }
span { border-color: rgb(32,218,170); }
td.TdClassName
{
border-color: #20DAAA;
}
.TagClassName
{
border-color: #20DAAA;
}
</style>