Shades of Shamrock #20DBA5
Tints of Shamrock #20DBA5
RGB
CMYK
RGB Variations
Color information
#20DBA5 (or 0x20DBA5) is known color: Shamrock. HEX triplet: 20, DB and A5. RGB value is (32,219,165). Sum of RGB (Red+Green+Blue) = 32+219+165=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #20DBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DBA5 is #DF245A. Grayscale: #9C9C9C. Windows color (decimal): -14623835 or 10869536. OLE color: 10869536.
HSL color Cylindrical-coordinate representation of color #20DBA5: hue angle of 162.67º 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 #20DBA5 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 165 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.14 |
| HSL | 162.67º | 0.75% | 0.49% | - |
| HSV(B) | 162.67º | 0.85% | 0.86% | - |
| XYZ | 32.72 | 53.69 | 44.24 | - |
| YUV | 156.93 | 132.55 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 165 | 0.85 | 0 | 0.25 | 0.14 | 162.67 | 0.75 | 0.49 |
| Hex | 20 | DB | A5 | 55 | 0 | 19 | E | A3 | 4B | 31 |
| Octal | 40 | 333 | 245 | 125 | 0 | 31 | 16 | 243 | 113 | 61 |
| Binary | 100000 | 11011011 | 10100101 | 1010101 | 0 | 11001 | 1110 | 10100011 | 1001011 | 110001 |
Color Harmonies of #20DBA5
Complementary color
Monochromatic Colors of #20DBA5
Black with #20DBA5
Text Example
Text Example
White with #20DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBA5; }
p { color: rgb(32,219,165); }
H1.HeaderClassName
{
color: #20DBA5;
}
.AnyTagClassName
{
color: #20DBA5;
}
</style>
background-color css
<style>
a { background-color: #20DBA5; }
a { background-color: rgb(32,219,165); }
div.DivClassName
{
background-color: #20DBA5;
}
.BgClassName
{
background-color: #20DBA5;
}
</style>
border-color css
<style>
span { border-color: #20DBA5; }
span { border-color: rgb(32,219,165); }
td.TdClassName
{
border-color: #20DBA5;
}
.TagClassName
{
border-color: #20DBA5;
}
</style>