Shades of Shamrock #21CAA3
Tints of Shamrock #21CAA3
RGB
CMYK
RGB Variations
Color information
#21CAA3 (or 0x21CAA3) is known color: Shamrock. HEX triplet: 21, CA and A3. RGB value is (33,202,163). Sum of RGB (Red+Green+Blue) = 33+202+163=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #21CAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CAA3 is #DE355C. Grayscale: #939393. Windows color (decimal): -14562653 or 10734113. OLE color: 10734113.
HSL color Cylindrical-coordinate representation of color #21CAA3: hue angle of 166.15º 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 #21CAA3 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 163 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.21 |
| HSL | 166.15º | 0.72% | 0.46% | - |
| HSV(B) | 166.15º | 0.84% | 0.79% | - |
| XYZ | 28.36 | 45.21 | 41.88 | - |
| YUV | 147.02 | 137.01 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 163 | 0.84 | 0 | 0.19 | 0.21 | 166.15 | 0.72 | 0.46 |
| Hex | 21 | CA | A3 | 54 | 0 | 13 | 15 | A6 | 48 | 2E |
| Octal | 41 | 312 | 243 | 124 | 0 | 23 | 25 | 246 | 110 | 56 |
| Binary | 100001 | 11001010 | 10100011 | 1010100 | 0 | 10011 | 10101 | 10100110 | 1001000 | 101110 |
Color Harmonies of #21CAA3
Complementary color
Monochromatic Colors of #21CAA3
Black with #21CAA3
Text Example
Text Example
White with #21CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CAA3; }
p { color: rgb(33,202,163); }
H1.HeaderClassName
{
color: #21CAA3;
}
.AnyTagClassName
{
color: #21CAA3;
}
</style>
background-color css
<style>
a { background-color: #21CAA3; }
a { background-color: rgb(33,202,163); }
div.DivClassName
{
background-color: #21CAA3;
}
.BgClassName
{
background-color: #21CAA3;
}
</style>
border-color css
<style>
span { border-color: #21CAA3; }
span { border-color: rgb(33,202,163); }
td.TdClassName
{
border-color: #21CAA3;
}
.TagClassName
{
border-color: #21CAA3;
}
</style>