Shades of Shamrock #28E5A6
Tints of Shamrock #28E5A6
RGB
CMYK
RGB Variations
Color information
#28E5A6 (or 0x28E5A6) is known color: Shamrock. HEX triplet: 28, E5 and A6. RGB value is (40,229,166). Sum of RGB (Red+Green+Blue) = 40+229+166=435 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.20% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #28E5A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E5A6 is #D71A59. Grayscale: #A5A5A5. Windows color (decimal): -14096986 or 10937640. OLE color: 10937640.
HSL color Cylindrical-coordinate representation of color #28E5A6: hue angle of 160º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E5A6 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 229 | 166 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.10 |
| HSL | 160º | 0.78% | 0.53% | - |
| HSV(B) | 160º | 0.83% | 0.9% | - |
| XYZ | 35.78 | 59.24 | 45.63 | - |
| YUV | 165.31 | 128.38 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 229 | 166 | 0.83 | 0 | 0.28 | 0.10 | 160 | 0.78 | 0.53 |
| Hex | 28 | E5 | A6 | 53 | 0 | 1C | A | A0 | 4E | 35 |
| Octal | 50 | 345 | 246 | 123 | 0 | 34 | 12 | 240 | 116 | 65 |
| Binary | 101000 | 11100101 | 10100110 | 1010011 | 0 | 11100 | 1010 | 10100000 | 1001110 | 110101 |
Color Harmonies of #28E5A6
Complementary color
Monochromatic Colors of #28E5A6
Black with #28E5A6
Text Example
Text Example
White with #28E5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E5A6; }
p { color: rgb(40,229,166); }
H1.HeaderClassName
{
color: #28E5A6;
}
.AnyTagClassName
{
color: #28E5A6;
}
</style>
background-color css
<style>
a { background-color: #28E5A6; }
a { background-color: rgb(40,229,166); }
div.DivClassName
{
background-color: #28E5A6;
}
.BgClassName
{
background-color: #28E5A6;
}
</style>
border-color css
<style>
span { border-color: #28E5A6; }
span { border-color: rgb(40,229,166); }
td.TdClassName
{
border-color: #28E5A6;
}
.TagClassName
{
border-color: #28E5A6;
}
</style>