Shades of Shamrock #28DEA1
Tints of Shamrock #28DEA1
RGB
CMYK
RGB Variations
Color information
#28DEA1 (or 0x28DEA1) is known color: Shamrock. HEX triplet: 28, DE and A1. RGB value is (40,222,161). Sum of RGB (Red+Green+Blue) = 40+222+161=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #28DEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DEA1 is #D7215E. Grayscale: #A0A0A0. Windows color (decimal): -14098783 or 10608168. OLE color: 10608168.
HSL color Cylindrical-coordinate representation of color #28DEA1: hue angle of 159.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DEA1 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 161 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.13 |
| HSL | 159.89º | 0.73% | 0.51% | - |
| HSV(B) | 159.89º | 0.82% | 0.87% | - |
| XYZ | 33.43 | 55.27 | 42.62 | - |
| YUV | 160.63 | 128.2 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 161 | 0.82 | 0 | 0.27 | 0.13 | 159.89 | 0.73 | 0.51 |
| Hex | 28 | DE | A1 | 52 | 0 | 1B | D | A0 | 49 | 33 |
| Octal | 50 | 336 | 241 | 122 | 0 | 33 | 15 | 240 | 111 | 63 |
| Binary | 101000 | 11011110 | 10100001 | 1010010 | 0 | 11011 | 1101 | 10100000 | 1001001 | 110011 |
Color Harmonies of #28DEA1
Complementary color
Monochromatic Colors of #28DEA1
Black with #28DEA1
Text Example
Text Example
White with #28DEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEA1; }
p { color: rgb(40,222,161); }
H1.HeaderClassName
{
color: #28DEA1;
}
.AnyTagClassName
{
color: #28DEA1;
}
</style>
background-color css
<style>
a { background-color: #28DEA1; }
a { background-color: rgb(40,222,161); }
div.DivClassName
{
background-color: #28DEA1;
}
.BgClassName
{
background-color: #28DEA1;
}
</style>
border-color css
<style>
span { border-color: #28DEA1; }
span { border-color: rgb(40,222,161); }
td.TdClassName
{
border-color: #28DEA1;
}
.TagClassName
{
border-color: #28DEA1;
}
</style>