Shades of Shamrock #21C898
Tints of Shamrock #21C898
RGB
CMYK
RGB Variations
Color information
#21C898 (or 0x21C898) is known color: Shamrock. HEX triplet: 21, C8 and 98. RGB value is (33,200,152). Sum of RGB (Red+Green+Blue) = 33+200+152=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #21C898 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C898 is #DE3767. Grayscale: #909090. Windows color (decimal): -14563176 or 10012705. OLE color: 10012705.
HSL color Cylindrical-coordinate representation of color #21C898: hue angle of 162.75º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C898 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 200 | 152 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.22 |
| HSL | 162.75º | 0.72% | 0.46% | - |
| HSV(B) | 162.75º | 0.84% | 0.78% | - |
| XYZ | 26.95 | 43.9 | 36.76 | - |
| YUV | 144.6 | 132.17 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 200 | 152 | 0.84 | 0 | 0.24 | 0.22 | 162.75 | 0.72 | 0.46 |
| Hex | 21 | C8 | 98 | 54 | 0 | 18 | 16 | A3 | 48 | 2E |
| Octal | 41 | 310 | 230 | 124 | 0 | 30 | 26 | 243 | 110 | 56 |
| Binary | 100001 | 11001000 | 10011000 | 1010100 | 0 | 11000 | 10110 | 10100011 | 1001000 | 101110 |
Color Harmonies of #21C898
Complementary color
Monochromatic Colors of #21C898
Black with #21C898
Text Example
Text Example
White with #21C898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C898; }
p { color: rgb(33,200,152); }
H1.HeaderClassName
{
color: #21C898;
}
.AnyTagClassName
{
color: #21C898;
}
</style>
background-color css
<style>
a { background-color: #21C898; }
a { background-color: rgb(33,200,152); }
div.DivClassName
{
background-color: #21C898;
}
.BgClassName
{
background-color: #21C898;
}
</style>
border-color css
<style>
span { border-color: #21C898; }
span { border-color: rgb(33,200,152); }
td.TdClassName
{
border-color: #21C898;
}
.TagClassName
{
border-color: #21C898;
}
</style>