Shades of Shamrock #21CEAD
Tints of Shamrock #21CEAD
RGB
CMYK
RGB Variations
Color information
#21CEAD (or 0x21CEAD) is known color: Shamrock. HEX triplet: 21, CE and AD. RGB value is (33,206,173). Sum of RGB (Red+Green+Blue) = 33+206+173=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CEAD is #DE3152. Grayscale: #969696. Windows color (decimal): -14561619 or 11390497. OLE color: 11390497.
HSL color Cylindrical-coordinate representation of color #21CEAD: hue angle of 168.55º 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 #21CEAD is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 173 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.19 |
| HSL | 168.55º | 0.72% | 0.47% | - |
| HSV(B) | 168.55º | 0.84% | 0.81% | - |
| XYZ | 30.24 | 47.48 | 47.11 | - |
| YUV | 150.51 | 140.69 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 173 | 0.84 | 0 | 0.16 | 0.19 | 168.55 | 0.72 | 0.47 |
| Hex | 21 | CE | AD | 54 | 0 | 10 | 13 | A9 | 48 | 2F |
| Octal | 41 | 316 | 255 | 124 | 0 | 20 | 23 | 251 | 110 | 57 |
| Binary | 100001 | 11001110 | 10101101 | 1010100 | 0 | 10000 | 10011 | 10101001 | 1001000 | 101111 |
Color Harmonies of #21CEAD
Complementary color
Monochromatic Colors of #21CEAD
Black with #21CEAD
Text Example
Text Example
White with #21CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEAD; }
p { color: rgb(33,206,173); }
H1.HeaderClassName
{
color: #21CEAD;
}
.AnyTagClassName
{
color: #21CEAD;
}
</style>
background-color css
<style>
a { background-color: #21CEAD; }
a { background-color: rgb(33,206,173); }
div.DivClassName
{
background-color: #21CEAD;
}
.BgClassName
{
background-color: #21CEAD;
}
</style>
border-color css
<style>
span { border-color: #21CEAD; }
span { border-color: rgb(33,206,173); }
td.TdClassName
{
border-color: #21CEAD;
}
.TagClassName
{
border-color: #21CEAD;
}
</style>