Shades of Shamrock #21CB9D
Tints of Shamrock #21CB9D
RGB
CMYK
RGB Variations
Color information
#21CB9D (or 0x21CB9D) is known color: Shamrock. HEX triplet: 21, CB and 9D. RGB value is (33,203,157). Sum of RGB (Red+Green+Blue) = 33+203+157=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CB9D is #DE3462. Grayscale: #929292. Windows color (decimal): -14562403 or 10341153. OLE color: 10341153.
HSL color Cylindrical-coordinate representation of color #21CB9D: hue angle of 163.76º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CB9D is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 157 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.20 |
| HSL | 163.76º | 0.72% | 0.46% | - |
| HSV(B) | 163.76º | 0.84% | 0.8% | - |
| XYZ | 28.07 | 45.47 | 39.2 | - |
| YUV | 146.93 | 133.68 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 157 | 0.84 | 0 | 0.23 | 0.20 | 163.76 | 0.72 | 0.46 |
| Hex | 21 | CB | 9D | 54 | 0 | 17 | 14 | A4 | 48 | 2E |
| Octal | 41 | 313 | 235 | 124 | 0 | 27 | 24 | 244 | 110 | 56 |
| Binary | 100001 | 11001011 | 10011101 | 1010100 | 0 | 10111 | 10100 | 10100100 | 1001000 | 101110 |
Color Harmonies of #21CB9D
Complementary color
Monochromatic Colors of #21CB9D
Black with #21CB9D
Text Example
Text Example
White with #21CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB9D; }
p { color: rgb(33,203,157); }
H1.HeaderClassName
{
color: #21CB9D;
}
.AnyTagClassName
{
color: #21CB9D;
}
</style>
background-color css
<style>
a { background-color: #21CB9D; }
a { background-color: rgb(33,203,157); }
div.DivClassName
{
background-color: #21CB9D;
}
.BgClassName
{
background-color: #21CB9D;
}
</style>
border-color css
<style>
span { border-color: #21CB9D; }
span { border-color: rgb(33,203,157); }
td.TdClassName
{
border-color: #21CB9D;
}
.TagClassName
{
border-color: #21CB9D;
}
</style>