Shades of Shamrock #20E2B5
Tints of Shamrock #20E2B5
RGB
CMYK
RGB Variations
Color information
#20E2B5 (or 0x20E2B5) is known color: Shamrock. HEX triplet: 20, E2 and B5. RGB value is (32,226,181). Sum of RGB (Red+Green+Blue) = 32+226+181=439 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.29% from 439); Green value is 226 (88.67% from 255 or 51.48% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 226 - color contains mainly: green. Hex color #20E2B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E2B5 is #DF1D4A. Grayscale: #A2A2A2. Windows color (decimal): -14622027 or 11919904. OLE color: 11919904.
HSL color Cylindrical-coordinate representation of color #20E2B5: hue angle of 166.08º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E2B5 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 226 | 181 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.11 |
| HSL | 166.08º | 0.77% | 0.51% | - |
| HSV(B) | 166.08º | 0.86% | 0.89% | - |
| XYZ | 36.13 | 58.04 | 53.01 | - |
| YUV | 162.86 | 138.23 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 226 | 181 | 0.86 | 0 | 0.20 | 0.11 | 166.08 | 0.77 | 0.51 |
| Hex | 20 | E2 | B5 | 56 | 0 | 14 | B | A6 | 4D | 33 |
| Octal | 40 | 342 | 265 | 126 | 0 | 24 | 13 | 246 | 115 | 63 |
| Binary | 100000 | 11100010 | 10110101 | 1010110 | 0 | 10100 | 1011 | 10100110 | 1001101 | 110011 |
Color Harmonies of #20E2B5
Complementary color
Monochromatic Colors of #20E2B5
Black with #20E2B5
Text Example
Text Example
White with #20E2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E2B5; }
p { color: rgb(32,226,181); }
H1.HeaderClassName
{
color: #20E2B5;
}
.AnyTagClassName
{
color: #20E2B5;
}
</style>
background-color css
<style>
a { background-color: #20E2B5; }
a { background-color: rgb(32,226,181); }
div.DivClassName
{
background-color: #20E2B5;
}
.BgClassName
{
background-color: #20E2B5;
}
</style>
border-color css
<style>
span { border-color: #20E2B5; }
span { border-color: rgb(32,226,181); }
td.TdClassName
{
border-color: #20E2B5;
}
.TagClassName
{
border-color: #20E2B5;
}
</style>