Shades of Shamrock #20EAB0
Tints of Shamrock #20EAB0
RGB
CMYK
RGB Variations
Color information
#20EAB0 (or 0x20EAB0) is known color: Shamrock. HEX triplet: 20, EA and B0. RGB value is (32,234,176). Sum of RGB (Red+Green+Blue) = 32+234+176=442 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.24% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20EAB0 is #DF154F. Grayscale: #A7A7A7. Windows color (decimal): -14619984 or 11594272. OLE color: 11594272.
HSL color Cylindrical-coordinate representation of color #20EAB0: hue angle of 162.77º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EAB0 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 176 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.08 |
| HSL | 162.77º | 0.83% | 0.52% | - |
| HSV(B) | 162.77º | 0.86% | 0.92% | - |
| XYZ | 37.85 | 62.29 | 51.1 | - |
| YUV | 166.99 | 133.08 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 176 | 0.86 | 0 | 0.25 | 0.08 | 162.77 | 0.83 | 0.52 |
| Hex | 20 | EA | B0 | 56 | 0 | 19 | 8 | A3 | 53 | 34 |
| Octal | 40 | 352 | 260 | 126 | 0 | 31 | 10 | 243 | 123 | 64 |
| Binary | 100000 | 11101010 | 10110000 | 1010110 | 0 | 11001 | 1000 | 10100011 | 1010011 | 110100 |
Color Harmonies of #20EAB0
Complementary color
Monochromatic Colors of #20EAB0
Black with #20EAB0
Text Example
Text Example
White with #20EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EAB0; }
p { color: rgb(32,234,176); }
H1.HeaderClassName
{
color: #20EAB0;
}
.AnyTagClassName
{
color: #20EAB0;
}
</style>
background-color css
<style>
a { background-color: #20EAB0; }
a { background-color: rgb(32,234,176); }
div.DivClassName
{
background-color: #20EAB0;
}
.BgClassName
{
background-color: #20EAB0;
}
</style>
border-color css
<style>
span { border-color: #20EAB0; }
span { border-color: rgb(32,234,176); }
td.TdClassName
{
border-color: #20EAB0;
}
.TagClassName
{
border-color: #20EAB0;
}
</style>