Shades of Shamrock #20DAA6
Tints of Shamrock #20DAA6
RGB
CMYK
RGB Variations
Color information
#20DAA6 (or 0x20DAA6) is known color: Shamrock. HEX triplet: 20, DA and A6. RGB value is (32,218,166). Sum of RGB (Red+Green+Blue) = 32+218+166=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #20DAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DAA6 is #DF2559. Grayscale: #9C9C9C. Windows color (decimal): -14624090 or 10934816. OLE color: 10934816.
HSL color Cylindrical-coordinate representation of color #20DAA6: hue angle of 163.23º 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 #20DAA6 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 218 | 166 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.15 |
| HSL | 163.23º | 0.74% | 0.49% | - |
| HSV(B) | 163.23º | 0.85% | 0.85% | - |
| XYZ | 32.55 | 53.2 | 44.63 | - |
| YUV | 156.46 | 133.38 | 39.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 218 | 166 | 0.85 | 0 | 0.24 | 0.15 | 163.23 | 0.74 | 0.49 |
| Hex | 20 | DA | A6 | 55 | 0 | 18 | F | A3 | 4A | 31 |
| Octal | 40 | 332 | 246 | 125 | 0 | 30 | 17 | 243 | 112 | 61 |
| Binary | 100000 | 11011010 | 10100110 | 1010101 | 0 | 11000 | 1111 | 10100011 | 1001010 | 110001 |
Color Harmonies of #20DAA6
Complementary color
Monochromatic Colors of #20DAA6
Black with #20DAA6
Text Example
Text Example
White with #20DAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DAA6; }
p { color: rgb(32,218,166); }
H1.HeaderClassName
{
color: #20DAA6;
}
.AnyTagClassName
{
color: #20DAA6;
}
</style>
background-color css
<style>
a { background-color: #20DAA6; }
a { background-color: rgb(32,218,166); }
div.DivClassName
{
background-color: #20DAA6;
}
.BgClassName
{
background-color: #20DAA6;
}
</style>
border-color css
<style>
span { border-color: #20DAA6; }
span { border-color: rgb(32,218,166); }
td.TdClassName
{
border-color: #20DAA6;
}
.TagClassName
{
border-color: #20DAA6;
}
</style>