Shades of Shamrock #21CDAB
Tints of Shamrock #21CDAB
RGB
CMYK
RGB Variations
Color information
#21CDAB (or 0x21CDAB) is known color: Shamrock. HEX triplet: 21, CD and AB. RGB value is (33,205,171). Sum of RGB (Red+Green+Blue) = 33+205+171=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #21CDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CDAB is #DE3254. Grayscale: #959595. Windows color (decimal): -14561877 or 11259169. OLE color: 11259169.
HSL color Cylindrical-coordinate representation of color #21CDAB: hue angle of 168.14º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CDAB is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 205 | 171 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.20 |
| HSL | 168.14º | 0.72% | 0.47% | - |
| HSV(B) | 168.14º | 0.84% | 0.8% | - |
| XYZ | 29.81 | 46.93 | 46.01 | - |
| YUV | 149.7 | 140.02 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 171 | 0.84 | 0 | 0.17 | 0.20 | 168.14 | 0.72 | 0.47 |
| Hex | 21 | CD | AB | 54 | 0 | 11 | 14 | A8 | 48 | 2F |
| Octal | 41 | 315 | 253 | 124 | 0 | 21 | 24 | 250 | 110 | 57 |
| Binary | 100001 | 11001101 | 10101011 | 1010100 | 0 | 10001 | 10100 | 10101000 | 1001000 | 101111 |
Color Harmonies of #21CDAB
Complementary color
Monochromatic Colors of #21CDAB
Black with #21CDAB
Text Example
Text Example
White with #21CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDAB; }
p { color: rgb(33,205,171); }
H1.HeaderClassName
{
color: #21CDAB;
}
.AnyTagClassName
{
color: #21CDAB;
}
</style>
background-color css
<style>
a { background-color: #21CDAB; }
a { background-color: rgb(33,205,171); }
div.DivClassName
{
background-color: #21CDAB;
}
.BgClassName
{
background-color: #21CDAB;
}
</style>
border-color css
<style>
span { border-color: #21CDAB; }
span { border-color: rgb(33,205,171); }
td.TdClassName
{
border-color: #21CDAB;
}
.TagClassName
{
border-color: #21CDAB;
}
</style>