Shades of Shamrock #20CEAA
Tints of Shamrock #20CEAA
RGB
CMYK
RGB Variations
Color information
#20CEAA (or 0x20CEAA) is known color: Shamrock. HEX triplet: 20, CE and AA. RGB value is (32,206,170). Sum of RGB (Red+Green+Blue) = 32+206+170=408 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.84% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #20CEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CEAA is #DF3155. Grayscale: #959595. Windows color (decimal): -14627158 or 11193888. OLE color: 11193888.
HSL color Cylindrical-coordinate representation of color #20CEAA: hue angle of 167.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CEAA is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 206 | 170 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.19 |
| HSL | 167.59º | 0.73% | 0.47% | - |
| HSV(B) | 167.59º | 0.84% | 0.81% | - |
| XYZ | 29.92 | 47.35 | 45.59 | - |
| YUV | 149.87 | 139.35 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 170 | 0.84 | 0 | 0.17 | 0.19 | 167.59 | 0.73 | 0.47 |
| Hex | 20 | CE | AA | 54 | 0 | 11 | 13 | A8 | 49 | 2F |
| Octal | 40 | 316 | 252 | 124 | 0 | 21 | 23 | 250 | 111 | 57 |
| Binary | 100000 | 11001110 | 10101010 | 1010100 | 0 | 10001 | 10011 | 10101000 | 1001001 | 101111 |
Color Harmonies of #20CEAA
Complementary color
Monochromatic Colors of #20CEAA
Black with #20CEAA
Text Example
Text Example
White with #20CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CEAA; }
p { color: rgb(32,206,170); }
H1.HeaderClassName
{
color: #20CEAA;
}
.AnyTagClassName
{
color: #20CEAA;
}
</style>
background-color css
<style>
a { background-color: #20CEAA; }
a { background-color: rgb(32,206,170); }
div.DivClassName
{
background-color: #20CEAA;
}
.BgClassName
{
background-color: #20CEAA;
}
</style>
border-color css
<style>
span { border-color: #20CEAA; }
span { border-color: rgb(32,206,170); }
td.TdClassName
{
border-color: #20CEAA;
}
.TagClassName
{
border-color: #20CEAA;
}
</style>