Shades of Shamrock #21CDA4
Tints of Shamrock #21CDA4
RGB
CMYK
RGB Variations
Color information
#21CDA4 (or 0x21CDA4) is known color: Shamrock. HEX triplet: 21, CD and A4. RGB value is (33,205,164). Sum of RGB (Red+Green+Blue) = 33+205+164=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #21CDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CDA4 is #DE325B. Grayscale: #949494. Windows color (decimal): -14561884 or 10800417. OLE color: 10800417.
HSL color Cylindrical-coordinate representation of color #21CDA4: hue angle of 165.7º 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 #21CDA4 is Cyan = 0.84, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 205 | 164 | - |
| CMYK | 0.84 | 0 | 0.2 | 0.20 |
| HSL | 165.7º | 0.72% | 0.47% | - |
| HSV(B) | 165.7º | 0.84% | 0.8% | - |
| XYZ | 29.16 | 46.67 | 42.59 | - |
| YUV | 148.9 | 136.52 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 164 | 0.84 | 0 | 0.2 | 0.20 | 165.7 | 0.72 | 0.47 |
| Hex | 21 | CD | A4 | 54 | 0 | 14 | 14 | A6 | 48 | 2F |
| Octal | 41 | 315 | 244 | 124 | 0 | 24 | 24 | 246 | 110 | 57 |
| Binary | 100001 | 11001101 | 10100100 | 1010100 | 0 | 10100 | 10100 | 10100110 | 1001000 | 101111 |
Color Harmonies of #21CDA4
Complementary color
Monochromatic Colors of #21CDA4
Black with #21CDA4
Text Example
Text Example
White with #21CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDA4; }
p { color: rgb(33,205,164); }
H1.HeaderClassName
{
color: #21CDA4;
}
.AnyTagClassName
{
color: #21CDA4;
}
</style>
background-color css
<style>
a { background-color: #21CDA4; }
a { background-color: rgb(33,205,164); }
div.DivClassName
{
background-color: #21CDA4;
}
.BgClassName
{
background-color: #21CDA4;
}
</style>
border-color css
<style>
span { border-color: #21CDA4; }
span { border-color: rgb(33,205,164); }
td.TdClassName
{
border-color: #21CDA4;
}
.TagClassName
{
border-color: #21CDA4;
}
</style>