Shades of Shamrock #21EBA4
Tints of Shamrock #21EBA4
RGB
CMYK
RGB Variations
Color information
#21EBA4 (or 0x21EBA4) is known color: Shamrock. HEX triplet: 21, EB and A4. RGB value is (33,235,164). Sum of RGB (Red+Green+Blue) = 33+235+164=432 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.64% from 432); Green value is 235 (92.19% from 255 or 54.40% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 235 - color contains mainly: green. Hex color #21EBA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21EBA4 is #DE145B. Grayscale: #A6A6A6. Windows color (decimal): -14554204 or 10808097. OLE color: 10808097.
HSL color Cylindrical-coordinate representation of color #21EBA4: hue angle of 158.91º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EBA4 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 235 | 164 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.08 |
| HSL | 158.91º | 0.83% | 0.53% | - |
| HSV(B) | 158.91º | 0.86% | 0.92% | - |
| XYZ | 37.04 | 62.42 | 45.22 | - |
| YUV | 166.51 | 126.58 | 32.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 235 | 164 | 0.86 | 0 | 0.30 | 0.08 | 158.91 | 0.83 | 0.53 |
| Hex | 21 | EB | A4 | 56 | 0 | 1E | 8 | 9F | 53 | 35 |
| Octal | 41 | 353 | 244 | 126 | 0 | 36 | 10 | 237 | 123 | 65 |
| Binary | 100001 | 11101011 | 10100100 | 1010110 | 0 | 11110 | 1000 | 10011111 | 1010011 | 110101 |
Color Harmonies of #21EBA4
Complementary color
Monochromatic Colors of #21EBA4
Black with #21EBA4
Text Example
Text Example
White with #21EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EBA4; }
p { color: rgb(33,235,164); }
H1.HeaderClassName
{
color: #21EBA4;
}
.AnyTagClassName
{
color: #21EBA4;
}
</style>
background-color css
<style>
a { background-color: #21EBA4; }
a { background-color: rgb(33,235,164); }
div.DivClassName
{
background-color: #21EBA4;
}
.BgClassName
{
background-color: #21EBA4;
}
</style>
border-color css
<style>
span { border-color: #21EBA4; }
span { border-color: rgb(33,235,164); }
td.TdClassName
{
border-color: #21EBA4;
}
.TagClassName
{
border-color: #21EBA4;
}
</style>