Shades of Shamrock #28DEAC
Tints of Shamrock #28DEAC
RGB
CMYK
RGB Variations
Color information
#28DEAC (or 0x28DEAC) is known color: Shamrock. HEX triplet: 28, DE and AC. RGB value is (40,222,172). Sum of RGB (Red+Green+Blue) = 40+222+172=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #28DEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DEAC is #D72153. Grayscale: #A1A1A1. Windows color (decimal): -14098772 or 11329064. OLE color: 11329064.
HSL color Cylindrical-coordinate representation of color #28DEAC: hue angle of 163.52º 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 #28DEAC is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 172 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.13 |
| HSL | 163.52º | 0.73% | 0.51% | - |
| HSV(B) | 163.52º | 0.82% | 0.87% | - |
| XYZ | 34.44 | 55.67 | 47.96 | - |
| YUV | 161.88 | 133.7 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 172 | 0.82 | 0 | 0.23 | 0.13 | 163.52 | 0.73 | 0.51 |
| Hex | 28 | DE | AC | 52 | 0 | 17 | D | A4 | 49 | 33 |
| Octal | 50 | 336 | 254 | 122 | 0 | 27 | 15 | 244 | 111 | 63 |
| Binary | 101000 | 11011110 | 10101100 | 1010010 | 0 | 10111 | 1101 | 10100100 | 1001001 | 110011 |
Color Harmonies of #28DEAC
Complementary color
Monochromatic Colors of #28DEAC
Black with #28DEAC
Text Example
Text Example
White with #28DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEAC; }
p { color: rgb(40,222,172); }
H1.HeaderClassName
{
color: #28DEAC;
}
.AnyTagClassName
{
color: #28DEAC;
}
</style>
background-color css
<style>
a { background-color: #28DEAC; }
a { background-color: rgb(40,222,172); }
div.DivClassName
{
background-color: #28DEAC;
}
.BgClassName
{
background-color: #28DEAC;
}
</style>
border-color css
<style>
span { border-color: #28DEAC; }
span { border-color: rgb(40,222,172); }
td.TdClassName
{
border-color: #28DEAC;
}
.TagClassName
{
border-color: #28DEAC;
}
</style>