Shades of Shamrock #20CFA0
Tints of Shamrock #20CFA0
RGB
CMYK
RGB Variations
Color information
#20CFA0 (or 0x20CFA0) is known color: Shamrock. HEX triplet: 20, CF and A0. RGB value is (32,207,160). Sum of RGB (Red+Green+Blue) = 32+207+160=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #20CFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CFA0 is #DF305F. Grayscale: #959595. Windows color (decimal): -14626912 or 10538784. OLE color: 10538784.
HSL color Cylindrical-coordinate representation of color #20CFA0: hue angle of 163.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CFA0 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 160 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.19 |
| HSL | 163.89º | 0.73% | 0.47% | - |
| HSV(B) | 163.89º | 0.85% | 0.81% | - |
| XYZ | 29.25 | 47.47 | 40.88 | - |
| YUV | 149.32 | 134.02 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 160 | 0.85 | 0 | 0.23 | 0.19 | 163.89 | 0.73 | 0.47 |
| Hex | 20 | CF | A0 | 55 | 0 | 17 | 13 | A4 | 49 | 2F |
| Octal | 40 | 317 | 240 | 125 | 0 | 27 | 23 | 244 | 111 | 57 |
| Binary | 100000 | 11001111 | 10100000 | 1010101 | 0 | 10111 | 10011 | 10100100 | 1001001 | 101111 |
Color Harmonies of #20CFA0
Complementary color
Monochromatic Colors of #20CFA0
Black with #20CFA0
Text Example
Text Example
White with #20CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFA0; }
p { color: rgb(32,207,160); }
H1.HeaderClassName
{
color: #20CFA0;
}
.AnyTagClassName
{
color: #20CFA0;
}
</style>
background-color css
<style>
a { background-color: #20CFA0; }
a { background-color: rgb(32,207,160); }
div.DivClassName
{
background-color: #20CFA0;
}
.BgClassName
{
background-color: #20CFA0;
}
</style>
border-color css
<style>
span { border-color: #20CFA0; }
span { border-color: rgb(32,207,160); }
td.TdClassName
{
border-color: #20CFA0;
}
.TagClassName
{
border-color: #20CFA0;
}
</style>