Shades of Shamrock #21CA9D
Tints of Shamrock #21CA9D
RGB
CMYK
RGB Variations
Color information
#21CA9D (or 0x21CA9D) is known color: Shamrock. HEX triplet: 21, CA and 9D. RGB value is (33,202,157). Sum of RGB (Red+Green+Blue) = 33+202+157=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CA9D is #DE3562. Grayscale: #929292. Windows color (decimal): -14562659 or 10340897. OLE color: 10340897.
HSL color Cylindrical-coordinate representation of color #21CA9D: hue angle of 164.02º 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 #21CA9D is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 157 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.21 |
| HSL | 164.02º | 0.72% | 0.46% | - |
| HSV(B) | 164.02º | 0.84% | 0.79% | - |
| XYZ | 27.83 | 45 | 39.12 | - |
| YUV | 146.34 | 134.01 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 157 | 0.84 | 0 | 0.22 | 0.21 | 164.02 | 0.72 | 0.46 |
| Hex | 21 | CA | 9D | 54 | 0 | 16 | 15 | A4 | 48 | 2E |
| Octal | 41 | 312 | 235 | 124 | 0 | 26 | 25 | 244 | 110 | 56 |
| Binary | 100001 | 11001010 | 10011101 | 1010100 | 0 | 10110 | 10101 | 10100100 | 1001000 | 101110 |
Color Harmonies of #21CA9D
Complementary color
Monochromatic Colors of #21CA9D
Black with #21CA9D
Text Example
Text Example
White with #21CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA9D; }
p { color: rgb(33,202,157); }
H1.HeaderClassName
{
color: #21CA9D;
}
.AnyTagClassName
{
color: #21CA9D;
}
</style>
background-color css
<style>
a { background-color: #21CA9D; }
a { background-color: rgb(33,202,157); }
div.DivClassName
{
background-color: #21CA9D;
}
.BgClassName
{
background-color: #21CA9D;
}
</style>
border-color css
<style>
span { border-color: #21CA9D; }
span { border-color: rgb(33,202,157); }
td.TdClassName
{
border-color: #21CA9D;
}
.TagClassName
{
border-color: #21CA9D;
}
</style>