Shades of Shamrock #20C898
Tints of Shamrock #20C898
RGB
CMYK
RGB Variations
Color information
#20C898 (or 0x20C898) is known color: Shamrock. HEX triplet: 20, C8 and 98. RGB value is (32,200,152). Sum of RGB (Red+Green+Blue) = 32+200+152=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #20C898 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C898 is #DF3767. Grayscale: #909090. Windows color (decimal): -14628712 or 10012704. OLE color: 10012704.
HSL color Cylindrical-coordinate representation of color #20C898: hue angle of 162.86º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C898 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 200 | 152 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.22 |
| HSL | 162.86º | 0.72% | 0.45% | - |
| HSV(B) | 162.86º | 0.84% | 0.78% | - |
| XYZ | 26.92 | 43.88 | 36.76 | - |
| YUV | 144.3 | 132.34 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 152 | 0.84 | 0 | 0.24 | 0.22 | 162.86 | 0.72 | 0.45 |
| Hex | 20 | C8 | 98 | 54 | 0 | 18 | 16 | A3 | 48 | 2D |
| Octal | 40 | 310 | 230 | 124 | 0 | 30 | 26 | 243 | 110 | 55 |
| Binary | 100000 | 11001000 | 10011000 | 1010100 | 0 | 11000 | 10110 | 10100011 | 1001000 | 101101 |
Color Harmonies of #20C898
Complementary color
Monochromatic Colors of #20C898
Black with #20C898
Text Example
Text Example
White with #20C898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C898; }
p { color: rgb(32,200,152); }
H1.HeaderClassName
{
color: #20C898;
}
.AnyTagClassName
{
color: #20C898;
}
</style>
background-color css
<style>
a { background-color: #20C898; }
a { background-color: rgb(32,200,152); }
div.DivClassName
{
background-color: #20C898;
}
.BgClassName
{
background-color: #20C898;
}
</style>
border-color css
<style>
span { border-color: #20C898; }
span { border-color: rgb(32,200,152); }
td.TdClassName
{
border-color: #20C898;
}
.TagClassName
{
border-color: #20C898;
}
</style>