Shades of Shamrock #21C99C
Tints of Shamrock #21C99C
RGB
CMYK
RGB Variations
Color information
#21C99C (or 0x21C99C) is known color: Shamrock. HEX triplet: 21, C9 and 9C. RGB value is (33,201,156). Sum of RGB (Red+Green+Blue) = 33+201+156=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #21C99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C99C is #DE3663. Grayscale: #919191. Windows color (decimal): -14562916 or 10275105. OLE color: 10275105.
HSL color Cylindrical-coordinate representation of color #21C99C: hue angle of 163.93º degrees, saturation: 0.72, 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 #21C99C is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 201 | 156 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.21 |
| HSL | 163.93º | 0.72% | 0.46% | - |
| HSV(B) | 163.93º | 0.84% | 0.79% | - |
| XYZ | 27.51 | 44.5 | 38.59 | - |
| YUV | 145.64 | 133.84 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 156 | 0.84 | 0 | 0.22 | 0.21 | 163.93 | 0.72 | 0.46 |
| Hex | 21 | C9 | 9C | 54 | 0 | 16 | 15 | A4 | 48 | 2E |
| Octal | 41 | 311 | 234 | 124 | 0 | 26 | 25 | 244 | 110 | 56 |
| Binary | 100001 | 11001001 | 10011100 | 1010100 | 0 | 10110 | 10101 | 10100100 | 1001000 | 101110 |
Color Harmonies of #21C99C
Complementary color
Monochromatic Colors of #21C99C
Black with #21C99C
Text Example
Text Example
White with #21C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C99C; }
p { color: rgb(33,201,156); }
H1.HeaderClassName
{
color: #21C99C;
}
.AnyTagClassName
{
color: #21C99C;
}
</style>
background-color css
<style>
a { background-color: #21C99C; }
a { background-color: rgb(33,201,156); }
div.DivClassName
{
background-color: #21C99C;
}
.BgClassName
{
background-color: #21C99C;
}
</style>
border-color css
<style>
span { border-color: #21C99C; }
span { border-color: rgb(33,201,156); }
td.TdClassName
{
border-color: #21C99C;
}
.TagClassName
{
border-color: #21C99C;
}
</style>