Shades of Shamrock #20EAB4
Tints of Shamrock #20EAB4
RGB
CMYK
RGB Variations
Color information
#20EAB4 (or 0x20EAB4) is known color: Shamrock. HEX triplet: 20, EA and B4. RGB value is (32,234,180). Sum of RGB (Red+Green+Blue) = 32+234+180=446 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.17% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAB4 is #DF154B. Grayscale: #A7A7A7. Windows color (decimal): -14619980 or 11856416. OLE color: 11856416.
HSL color Cylindrical-coordinate representation of color #20EAB4: hue angle of 163.96º 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 #20EAB4 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 180 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.08 |
| HSL | 163.96º | 0.83% | 0.52% | - |
| HSV(B) | 163.96º | 0.86% | 0.92% | - |
| XYZ | 38.26 | 62.45 | 53.22 | - |
| YUV | 167.45 | 135.08 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 180 | 0.86 | 0 | 0.23 | 0.08 | 163.96 | 0.83 | 0.52 |
| Hex | 20 | EA | B4 | 56 | 0 | 17 | 8 | A4 | 53 | 34 |
| Octal | 40 | 352 | 264 | 126 | 0 | 27 | 10 | 244 | 123 | 64 |
| Binary | 100000 | 11101010 | 10110100 | 1010110 | 0 | 10111 | 1000 | 10100100 | 1010011 | 110100 |
Color Harmonies of #20EAB4
Complementary color
Monochromatic Colors of #20EAB4
Black with #20EAB4
Text Example
Text Example
White with #20EAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EAB4; }
p { color: rgb(32,234,180); }
H1.HeaderClassName
{
color: #20EAB4;
}
.AnyTagClassName
{
color: #20EAB4;
}
</style>
background-color css
<style>
a { background-color: #20EAB4; }
a { background-color: rgb(32,234,180); }
div.DivClassName
{
background-color: #20EAB4;
}
.BgClassName
{
background-color: #20EAB4;
}
</style>
border-color css
<style>
span { border-color: #20EAB4; }
span { border-color: rgb(32,234,180); }
td.TdClassName
{
border-color: #20EAB4;
}
.TagClassName
{
border-color: #20EAB4;
}
</style>