Shades of Shamrock #21D8B4
Tints of Shamrock #21D8B4
RGB
CMYK
RGB Variations
Color information
#21D8B4 (or 0x21D8B4) is known color: Shamrock. HEX triplet: 21, D8 and B4. RGB value is (33,216,180). Sum of RGB (Red+Green+Blue) = 33+216+180=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #21D8B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D8B4 is #DE274B. Grayscale: #9D9D9D. Windows color (decimal): -14559052 or 11851809. OLE color: 11851809.
HSL color Cylindrical-coordinate representation of color #21D8B4: hue angle of 168.2º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D8B4 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 180 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.15 |
| HSL | 168.2º | 0.73% | 0.49% | - |
| HSV(B) | 168.2º | 0.85% | 0.85% | - |
| XYZ | 33.42 | 52.73 | 51.6 | - |
| YUV | 157.18 | 140.87 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 180 | 0.85 | 0 | 0.17 | 0.15 | 168.2 | 0.73 | 0.49 |
| Hex | 21 | D8 | B4 | 55 | 0 | 11 | F | A8 | 49 | 31 |
| Octal | 41 | 330 | 264 | 125 | 0 | 21 | 17 | 250 | 111 | 61 |
| Binary | 100001 | 11011000 | 10110100 | 1010101 | 0 | 10001 | 1111 | 10101000 | 1001001 | 110001 |
Color Harmonies of #21D8B4
Complementary color
Monochromatic Colors of #21D8B4
Black with #21D8B4
Text Example
Text Example
White with #21D8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D8B4; }
p { color: rgb(33,216,180); }
H1.HeaderClassName
{
color: #21D8B4;
}
.AnyTagClassName
{
color: #21D8B4;
}
</style>
background-color css
<style>
a { background-color: #21D8B4; }
a { background-color: rgb(33,216,180); }
div.DivClassName
{
background-color: #21D8B4;
}
.BgClassName
{
background-color: #21D8B4;
}
</style>
border-color css
<style>
span { border-color: #21D8B4; }
span { border-color: rgb(33,216,180); }
td.TdClassName
{
border-color: #21D8B4;
}
.TagClassName
{
border-color: #21D8B4;
}
</style>