Shades of Shamrock #21CFA0
Tints of Shamrock #21CFA0
RGB
CMYK
RGB Variations
Color information
#21CFA0 (or 0x21CFA0) is known color: Shamrock. HEX triplet: 21, CF and A0. RGB value is (33,207,160). Sum of RGB (Red+Green+Blue) = 33+207+160=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #21CFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CFA0 is #DE305F. Grayscale: #959595. Windows color (decimal): -14561376 or 10538785. OLE color: 10538785.
HSL color Cylindrical-coordinate representation of color #21CFA0: hue angle of 163.79º degrees, saturation: 0.73, 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 #21CFA0 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 160 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.19 |
| HSL | 163.79º | 0.73% | 0.47% | - |
| HSV(B) | 163.79º | 0.84% | 0.81% | - |
| XYZ | 29.29 | 47.49 | 40.88 | - |
| YUV | 149.62 | 133.85 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 160 | 0.84 | 0 | 0.23 | 0.19 | 163.79 | 0.73 | 0.47 |
| Hex | 21 | CF | A0 | 54 | 0 | 17 | 13 | A4 | 48 | 2F |
| Octal | 41 | 317 | 240 | 124 | 0 | 27 | 23 | 244 | 110 | 57 |
| Binary | 100001 | 11001111 | 10100000 | 1010100 | 0 | 10111 | 10011 | 10100100 | 1001000 | 101111 |
Color Harmonies of #21CFA0
Complementary color
Monochromatic Colors of #21CFA0
Black with #21CFA0
Text Example
Text Example
White with #21CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFA0; }
p { color: rgb(33,207,160); }
H1.HeaderClassName
{
color: #21CFA0;
}
.AnyTagClassName
{
color: #21CFA0;
}
</style>
background-color css
<style>
a { background-color: #21CFA0; }
a { background-color: rgb(33,207,160); }
div.DivClassName
{
background-color: #21CFA0;
}
.BgClassName
{
background-color: #21CFA0;
}
</style>
border-color css
<style>
span { border-color: #21CFA0; }
span { border-color: rgb(33,207,160); }
td.TdClassName
{
border-color: #21CFA0;
}
.TagClassName
{
border-color: #21CFA0;
}
</style>