Shades of Shamrock #21CEA6
Tints of Shamrock #21CEA6
RGB
CMYK
RGB Variations
Color information
#21CEA6 (or 0x21CEA6) is known color: Shamrock. HEX triplet: 21, CE and A6. RGB value is (33,206,166). Sum of RGB (Red+Green+Blue) = 33+206+166=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CEA6 is #DE3159. Grayscale: #959595. Windows color (decimal): -14561626 or 10931745. OLE color: 10931745.
HSL color Cylindrical-coordinate representation of color #21CEA6: hue angle of 166.13º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CEA6 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 166 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.19 |
| HSL | 166.13º | 0.72% | 0.47% | - |
| HSV(B) | 166.13º | 0.84% | 0.81% | - |
| XYZ | 29.58 | 47.22 | 43.63 | - |
| YUV | 149.71 | 137.19 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 166 | 0.84 | 0 | 0.19 | 0.19 | 166.13 | 0.72 | 0.47 |
| Hex | 21 | CE | A6 | 54 | 0 | 13 | 13 | A6 | 48 | 2F |
| Octal | 41 | 316 | 246 | 124 | 0 | 23 | 23 | 246 | 110 | 57 |
| Binary | 100001 | 11001110 | 10100110 | 1010100 | 0 | 10011 | 10011 | 10100110 | 1001000 | 101111 |
Color Harmonies of #21CEA6
Complementary color
Monochromatic Colors of #21CEA6
Black with #21CEA6
Text Example
Text Example
White with #21CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEA6; }
p { color: rgb(33,206,166); }
H1.HeaderClassName
{
color: #21CEA6;
}
.AnyTagClassName
{
color: #21CEA6;
}
</style>
background-color css
<style>
a { background-color: #21CEA6; }
a { background-color: rgb(33,206,166); }
div.DivClassName
{
background-color: #21CEA6;
}
.BgClassName
{
background-color: #21CEA6;
}
</style>
border-color css
<style>
span { border-color: #21CEA6; }
span { border-color: rgb(33,206,166); }
td.TdClassName
{
border-color: #21CEA6;
}
.TagClassName
{
border-color: #21CEA6;
}
</style>