Shades of Shamrock #20E8B5
Tints of Shamrock #20E8B5
RGB
CMYK
RGB Variations
Color information
#20E8B5 (or 0x20E8B5) is known color: Shamrock. HEX triplet: 20, E8 and B5. RGB value is (32,232,181). Sum of RGB (Red+Green+Blue) = 32+232+181=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #20E8B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E8B5 is #DF174A. Grayscale: #A6A6A6. Windows color (decimal): -14620491 or 11921440. OLE color: 11921440.
HSL color Cylindrical-coordinate representation of color #20E8B5: hue angle of 164.7º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E8B5 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 232 | 181 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.09 |
| HSL | 164.7º | 0.81% | 0.52% | - |
| HSV(B) | 164.7º | 0.86% | 0.91% | - |
| XYZ | 37.79 | 61.36 | 53.57 | - |
| YUV | 166.39 | 136.24 | 32.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 232 | 181 | 0.86 | 0 | 0.22 | 0.09 | 164.7 | 0.81 | 0.52 |
| Hex | 20 | E8 | B5 | 56 | 0 | 16 | 9 | A5 | 51 | 34 |
| Octal | 40 | 350 | 265 | 126 | 0 | 26 | 11 | 245 | 121 | 64 |
| Binary | 100000 | 11101000 | 10110101 | 1010110 | 0 | 10110 | 1001 | 10100101 | 1010001 | 110100 |
Color Harmonies of #20E8B5
Complementary color
Monochromatic Colors of #20E8B5
Black with #20E8B5
Text Example
Text Example
White with #20E8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E8B5; }
p { color: rgb(32,232,181); }
H1.HeaderClassName
{
color: #20E8B5;
}
.AnyTagClassName
{
color: #20E8B5;
}
</style>
background-color css
<style>
a { background-color: #20E8B5; }
a { background-color: rgb(32,232,181); }
div.DivClassName
{
background-color: #20E8B5;
}
.BgClassName
{
background-color: #20E8B5;
}
</style>
border-color css
<style>
span { border-color: #20E8B5; }
span { border-color: rgb(32,232,181); }
td.TdClassName
{
border-color: #20E8B5;
}
.TagClassName
{
border-color: #20E8B5;
}
</style>