Shades of Shamrock #28DEB1
Tints of Shamrock #28DEB1
RGB
CMYK
RGB Variations
Color information
#28DEB1 (or 0x28DEB1) is known color: Shamrock. HEX triplet: 28, DE and B1. RGB value is (40,222,177). Sum of RGB (Red+Green+Blue) = 40+222+177=439 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.11% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #28DEB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DEB1 is #D7214E. Grayscale: #A2A2A2. Windows color (decimal): -14098767 or 11656744. OLE color: 11656744.
HSL color Cylindrical-coordinate representation of color #28DEB1: hue angle of 165.16º 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 #28DEB1 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 177 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.13 |
| HSL | 165.16º | 0.73% | 0.51% | - |
| HSV(B) | 165.16º | 0.82% | 0.87% | - |
| XYZ | 34.93 | 55.87 | 50.54 | - |
| YUV | 162.45 | 136.2 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 177 | 0.82 | 0 | 0.20 | 0.13 | 165.16 | 0.73 | 0.51 |
| Hex | 28 | DE | B1 | 52 | 0 | 14 | D | A5 | 49 | 33 |
| Octal | 50 | 336 | 261 | 122 | 0 | 24 | 15 | 245 | 111 | 63 |
| Binary | 101000 | 11011110 | 10110001 | 1010010 | 0 | 10100 | 1101 | 10100101 | 1001001 | 110011 |
Color Harmonies of #28DEB1
Complementary color
Monochromatic Colors of #28DEB1
Black with #28DEB1
Text Example
Text Example
White with #28DEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEB1; }
p { color: rgb(40,222,177); }
H1.HeaderClassName
{
color: #28DEB1;
}
.AnyTagClassName
{
color: #28DEB1;
}
</style>
background-color css
<style>
a { background-color: #28DEB1; }
a { background-color: rgb(40,222,177); }
div.DivClassName
{
background-color: #28DEB1;
}
.BgClassName
{
background-color: #28DEB1;
}
</style>
border-color css
<style>
span { border-color: #28DEB1; }
span { border-color: rgb(40,222,177); }
td.TdClassName
{
border-color: #28DEB1;
}
.TagClassName
{
border-color: #28DEB1;
}
</style>