Shades of Shamrock #21D19C
Tints of Shamrock #21D19C
RGB
CMYK
RGB Variations
Color information
#21D19C (or 0x21D19C) is known color: Shamrock. HEX triplet: 21, D1 and 9C. RGB value is (33,209,156). Sum of RGB (Red+Green+Blue) = 33+209+156=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 209 (82.03% from 255 or 52.51% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 209 - color contains mainly: green. Hex color #21D19C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D19C is #DE2E63. Grayscale: #969696. Windows color (decimal): -14560868 or 10277153. OLE color: 10277153.
HSL color Cylindrical-coordinate representation of color #21D19C: hue angle of 161.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D19C is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 209 | 156 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.18 |
| HSL | 161.93º | 0.73% | 0.47% | - |
| HSV(B) | 161.93º | 0.84% | 0.82% | - |
| XYZ | 29.43 | 48.32 | 39.23 | - |
| YUV | 150.33 | 131.19 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 156 | 0.84 | 0 | 0.25 | 0.18 | 161.93 | 0.73 | 0.47 |
| Hex | 21 | D1 | 9C | 54 | 0 | 19 | 12 | A2 | 49 | 2F |
| Octal | 41 | 321 | 234 | 124 | 0 | 31 | 22 | 242 | 111 | 57 |
| Binary | 100001 | 11010001 | 10011100 | 1010100 | 0 | 11001 | 10010 | 10100010 | 1001001 | 101111 |
Color Harmonies of #21D19C
Complementary color
Monochromatic Colors of #21D19C
Black with #21D19C
Text Example
Text Example
White with #21D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D19C; }
p { color: rgb(33,209,156); }
H1.HeaderClassName
{
color: #21D19C;
}
.AnyTagClassName
{
color: #21D19C;
}
</style>
background-color css
<style>
a { background-color: #21D19C; }
a { background-color: rgb(33,209,156); }
div.DivClassName
{
background-color: #21D19C;
}
.BgClassName
{
background-color: #21D19C;
}
</style>
border-color css
<style>
span { border-color: #21D19C; }
span { border-color: rgb(33,209,156); }
td.TdClassName
{
border-color: #21D19C;
}
.TagClassName
{
border-color: #21D19C;
}
</style>