Shades of Shamrock #21D69C
Tints of Shamrock #21D69C
RGB
CMYK
RGB Variations
Color information
#21D69C (or 0x21D69C) is known color: Shamrock. HEX triplet: 21, D6 and 9C. RGB value is (33,214,156). Sum of RGB (Red+Green+Blue) = 33+214+156=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #21D69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D69C is #DE2963. Grayscale: #999999. Windows color (decimal): -14559588 or 10278433. OLE color: 10278433.
HSL color Cylindrical-coordinate representation of color #21D69C: hue angle of 160.77º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D69C is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 156 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.16 |
| HSL | 160.77º | 0.73% | 0.48% | - |
| HSV(B) | 160.77º | 0.85% | 0.84% | - |
| XYZ | 30.67 | 50.82 | 39.64 | - |
| YUV | 153.27 | 129.53 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 156 | 0.85 | 0 | 0.27 | 0.16 | 160.77 | 0.73 | 0.48 |
| Hex | 21 | D6 | 9C | 55 | 0 | 1B | 10 | A1 | 49 | 30 |
| Octal | 41 | 326 | 234 | 125 | 0 | 33 | 20 | 241 | 111 | 60 |
| Binary | 100001 | 11010110 | 10011100 | 1010101 | 0 | 11011 | 10000 | 10100001 | 1001001 | 110000 |
Color Harmonies of #21D69C
Complementary color
Monochromatic Colors of #21D69C
Black with #21D69C
Text Example
Text Example
White with #21D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D69C; }
p { color: rgb(33,214,156); }
H1.HeaderClassName
{
color: #21D69C;
}
.AnyTagClassName
{
color: #21D69C;
}
</style>
background-color css
<style>
a { background-color: #21D69C; }
a { background-color: rgb(33,214,156); }
div.DivClassName
{
background-color: #21D69C;
}
.BgClassName
{
background-color: #21D69C;
}
</style>
border-color css
<style>
span { border-color: #21D69C; }
span { border-color: rgb(33,214,156); }
td.TdClassName
{
border-color: #21D69C;
}
.TagClassName
{
border-color: #21D69C;
}
</style>