Shades of Shamrock #20DBA4
Tints of Shamrock #20DBA4
RGB
CMYK
RGB Variations
Color information
#20DBA4 (or 0x20DBA4) is known color: Shamrock. HEX triplet: 20, DB and A4. RGB value is (32,219,164). Sum of RGB (Red+Green+Blue) = 32+219+164=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #20DBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DBA4 is #DF245B. Grayscale: #9C9C9C. Windows color (decimal): -14623836 or 10804000. OLE color: 10804000.
HSL color Cylindrical-coordinate representation of color #20DBA4: hue angle of 162.35º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DBA4 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 164 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.14 |
| HSL | 162.35º | 0.75% | 0.49% | - |
| HSV(B) | 162.35º | 0.85% | 0.86% | - |
| XYZ | 32.63 | 53.65 | 43.76 | - |
| YUV | 156.82 | 132.05 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 164 | 0.85 | 0 | 0.25 | 0.14 | 162.35 | 0.75 | 0.49 |
| Hex | 20 | DB | A4 | 55 | 0 | 19 | E | A2 | 4B | 31 |
| Octal | 40 | 333 | 244 | 125 | 0 | 31 | 16 | 242 | 113 | 61 |
| Binary | 100000 | 11011011 | 10100100 | 1010101 | 0 | 11001 | 1110 | 10100010 | 1001011 | 110001 |
Color Harmonies of #20DBA4
Complementary color
Monochromatic Colors of #20DBA4
Black with #20DBA4
Text Example
Text Example
White with #20DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBA4; }
p { color: rgb(32,219,164); }
H1.HeaderClassName
{
color: #20DBA4;
}
.AnyTagClassName
{
color: #20DBA4;
}
</style>
background-color css
<style>
a { background-color: #20DBA4; }
a { background-color: rgb(32,219,164); }
div.DivClassName
{
background-color: #20DBA4;
}
.BgClassName
{
background-color: #20DBA4;
}
</style>
border-color css
<style>
span { border-color: #20DBA4; }
span { border-color: rgb(32,219,164); }
td.TdClassName
{
border-color: #20DBA4;
}
.TagClassName
{
border-color: #20DBA4;
}
</style>