Shades of Shamrock #20CA9E
Tints of Shamrock #20CA9E
RGB
CMYK
RGB Variations
Color information
#20CA9E (or 0x20CA9E) is known color: Shamrock. HEX triplet: 20, CA and 9E. RGB value is (32,202,158). Sum of RGB (Red+Green+Blue) = 32+202+158=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CA9E is #DF3561. Grayscale: #929292. Windows color (decimal): -14628194 or 10406432. OLE color: 10406432.
HSL color Cylindrical-coordinate representation of color #20CA9E: hue angle of 164.47º 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 #20CA9E is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 158 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.21 |
| HSL | 164.47º | 0.73% | 0.46% | - |
| HSV(B) | 164.47º | 0.84% | 0.79% | - |
| XYZ | 27.89 | 45.02 | 39.57 | - |
| YUV | 146.15 | 134.68 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 158 | 0.84 | 0 | 0.22 | 0.21 | 164.47 | 0.73 | 0.46 |
| Hex | 20 | CA | 9E | 54 | 0 | 16 | 15 | A4 | 49 | 2E |
| Octal | 40 | 312 | 236 | 124 | 0 | 26 | 25 | 244 | 111 | 56 |
| Binary | 100000 | 11001010 | 10011110 | 1010100 | 0 | 10110 | 10101 | 10100100 | 1001001 | 101110 |
Color Harmonies of #20CA9E
Complementary color
Monochromatic Colors of #20CA9E
Black with #20CA9E
Text Example
Text Example
White with #20CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA9E; }
p { color: rgb(32,202,158); }
H1.HeaderClassName
{
color: #20CA9E;
}
.AnyTagClassName
{
color: #20CA9E;
}
</style>
background-color css
<style>
a { background-color: #20CA9E; }
a { background-color: rgb(32,202,158); }
div.DivClassName
{
background-color: #20CA9E;
}
.BgClassName
{
background-color: #20CA9E;
}
</style>
border-color css
<style>
span { border-color: #20CA9E; }
span { border-color: rgb(32,202,158); }
td.TdClassName
{
border-color: #20CA9E;
}
.TagClassName
{
border-color: #20CA9E;
}
</style>