Shades of Shamrock #21CB90
Tints of Shamrock #21CB90
RGB
CMYK
RGB Variations
Color information
#21CB90 (or 0x21CB90) is known color: Shamrock. HEX triplet: 21, CB and 90. RGB value is (33,203,144). Sum of RGB (Red+Green+Blue) = 33+203+144=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CB90 is #DE346F. Grayscale: #919191. Windows color (decimal): -14562416 or 9489185. OLE color: 9489185.
HSL color Cylindrical-coordinate representation of color #21CB90: hue angle of 159.18º 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 #21CB90 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 144 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.20 |
| HSL | 159.18º | 0.72% | 0.46% | - |
| HSV(B) | 159.18º | 0.84% | 0.8% | - |
| XYZ | 27.02 | 45.05 | 33.66 | - |
| YUV | 145.44 | 127.18 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 144 | 0.84 | 0 | 0.29 | 0.20 | 159.18 | 0.72 | 0.46 |
| Hex | 21 | CB | 90 | 54 | 0 | 1D | 14 | 9F | 48 | 2E |
| Octal | 41 | 313 | 220 | 124 | 0 | 35 | 24 | 237 | 110 | 56 |
| Binary | 100001 | 11001011 | 10010000 | 1010100 | 0 | 11101 | 10100 | 10011111 | 1001000 | 101110 |
Color Harmonies of #21CB90
Complementary color
Monochromatic Colors of #21CB90
Black with #21CB90
Text Example
Text Example
White with #21CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB90; }
p { color: rgb(33,203,144); }
H1.HeaderClassName
{
color: #21CB90;
}
.AnyTagClassName
{
color: #21CB90;
}
</style>
background-color css
<style>
a { background-color: #21CB90; }
a { background-color: rgb(33,203,144); }
div.DivClassName
{
background-color: #21CB90;
}
.BgClassName
{
background-color: #21CB90;
}
</style>
border-color css
<style>
span { border-color: #21CB90; }
span { border-color: rgb(33,203,144); }
td.TdClassName
{
border-color: #21CB90;
}
.TagClassName
{
border-color: #21CB90;
}
</style>