Shades of Shamrock #21C99B
Tints of Shamrock #21C99B
RGB
CMYK
RGB Variations
Color information
#21C99B (or 0x21C99B) is known color: Shamrock. HEX triplet: 21, C9 and 9B. RGB value is (33,201,155). Sum of RGB (Red+Green+Blue) = 33+201+155=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #21C99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C99B is #DE3664. Grayscale: #919191. Windows color (decimal): -14562917 or 10209569. OLE color: 10209569.
HSL color Cylindrical-coordinate representation of color #21C99B: hue angle of 163.57º 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 #21C99B is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 201 | 155 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.21 |
| HSL | 163.57º | 0.72% | 0.46% | - |
| HSV(B) | 163.57º | 0.84% | 0.79% | - |
| XYZ | 27.43 | 44.46 | 38.15 | - |
| YUV | 145.52 | 133.34 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 155 | 0.84 | 0 | 0.23 | 0.21 | 163.57 | 0.72 | 0.46 |
| Hex | 21 | C9 | 9B | 54 | 0 | 17 | 15 | A4 | 48 | 2E |
| Octal | 41 | 311 | 233 | 124 | 0 | 27 | 25 | 244 | 110 | 56 |
| Binary | 100001 | 11001001 | 10011011 | 1010100 | 0 | 10111 | 10101 | 10100100 | 1001000 | 101110 |
Color Harmonies of #21C99B
Complementary color
Monochromatic Colors of #21C99B
Black with #21C99B
Text Example
Text Example
White with #21C99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C99B; }
p { color: rgb(33,201,155); }
H1.HeaderClassName
{
color: #21C99B;
}
.AnyTagClassName
{
color: #21C99B;
}
</style>
background-color css
<style>
a { background-color: #21C99B; }
a { background-color: rgb(33,201,155); }
div.DivClassName
{
background-color: #21C99B;
}
.BgClassName
{
background-color: #21C99B;
}
</style>
border-color css
<style>
span { border-color: #21C99B; }
span { border-color: rgb(33,201,155); }
td.TdClassName
{
border-color: #21C99B;
}
.TagClassName
{
border-color: #21C99B;
}
</style>