Shades of Shamrock #20CAA4
Tints of Shamrock #20CAA4
RGB
CMYK
RGB Variations
Color information
#20CAA4 (or 0x20CAA4) is known color: Shamrock. HEX triplet: 20, CA and A4. RGB value is (32,202,164). Sum of RGB (Red+Green+Blue) = 32+202+164=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #20CAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CAA4 is #DF355B. Grayscale: #929292. Windows color (decimal): -14628188 or 10799648. OLE color: 10799648.
HSL color Cylindrical-coordinate representation of color #20CAA4: hue angle of 166.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CAA4 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 164 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.21 |
| HSL | 166.59º | 0.73% | 0.46% | - |
| HSV(B) | 166.59º | 0.84% | 0.79% | - |
| XYZ | 28.42 | 45.23 | 42.35 | - |
| YUV | 146.84 | 137.68 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 164 | 0.84 | 0 | 0.19 | 0.21 | 166.59 | 0.73 | 0.46 |
| Hex | 20 | CA | A4 | 54 | 0 | 13 | 15 | A7 | 49 | 2E |
| Octal | 40 | 312 | 244 | 124 | 0 | 23 | 25 | 247 | 111 | 56 |
| Binary | 100000 | 11001010 | 10100100 | 1010100 | 0 | 10011 | 10101 | 10100111 | 1001001 | 101110 |
Color Harmonies of #20CAA4
Complementary color
Monochromatic Colors of #20CAA4
Black with #20CAA4
Text Example
Text Example
White with #20CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CAA4; }
p { color: rgb(32,202,164); }
H1.HeaderClassName
{
color: #20CAA4;
}
.AnyTagClassName
{
color: #20CAA4;
}
</style>
background-color css
<style>
a { background-color: #20CAA4; }
a { background-color: rgb(32,202,164); }
div.DivClassName
{
background-color: #20CAA4;
}
.BgClassName
{
background-color: #20CAA4;
}
</style>
border-color css
<style>
span { border-color: #20CAA4; }
span { border-color: rgb(32,202,164); }
td.TdClassName
{
border-color: #20CAA4;
}
.TagClassName
{
border-color: #20CAA4;
}
</style>