Shades of Shamrock #28EBA8
Tints of Shamrock #28EBA8
RGB
CMYK
RGB Variations
Color information
#28EBA8 (or 0x28EBA8) is known color: Shamrock. HEX triplet: 28, EB and A8. RGB value is (40,235,168). Sum of RGB (Red+Green+Blue) = 40+235+168=443 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.03% from 443); Green value is 235 (92.19% from 255 or 53.05% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EBA8 is #D71457. Grayscale: #A9A9A9. Windows color (decimal): -14095448 or 11070248. OLE color: 11070248.
HSL color Cylindrical-coordinate representation of color #28EBA8: hue angle of 159.38º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EBA8 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 168 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.08 |
| HSL | 159.38º | 0.83% | 0.54% | - |
| HSV(B) | 159.38º | 0.83% | 0.92% | - |
| XYZ | 37.65 | 62.69 | 47.16 | - |
| YUV | 169.06 | 127.4 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 168 | 0.83 | 0 | 0.29 | 0.08 | 159.38 | 0.83 | 0.54 |
| Hex | 28 | EB | A8 | 53 | 0 | 1D | 8 | 9F | 53 | 36 |
| Octal | 50 | 353 | 250 | 123 | 0 | 35 | 10 | 237 | 123 | 66 |
| Binary | 101000 | 11101011 | 10101000 | 1010011 | 0 | 11101 | 1000 | 10011111 | 1010011 | 110110 |
Color Harmonies of #28EBA8
Complementary color
Monochromatic Colors of #28EBA8
Black with #28EBA8
Text Example
Text Example
White with #28EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBA8; }
p { color: rgb(40,235,168); }
H1.HeaderClassName
{
color: #28EBA8;
}
.AnyTagClassName
{
color: #28EBA8;
}
</style>
background-color css
<style>
a { background-color: #28EBA8; }
a { background-color: rgb(40,235,168); }
div.DivClassName
{
background-color: #28EBA8;
}
.BgClassName
{
background-color: #28EBA8;
}
</style>
border-color css
<style>
span { border-color: #28EBA8; }
span { border-color: rgb(40,235,168); }
td.TdClassName
{
border-color: #28EBA8;
}
.TagClassName
{
border-color: #28EBA8;
}
</style>