Shades of Shamrock #28EDAC
Tints of Shamrock #28EDAC
RGB
CMYK
RGB Variations
Color information
#28EDAC (or 0x28EDAC) is known color: Shamrock. HEX triplet: 28, ED and AC. RGB value is (40,237,172). Sum of RGB (Red+Green+Blue) = 40+237+172=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EDAC is #D71253. Grayscale: #AAAAAA. Windows color (decimal): -14094932 or 11332904. OLE color: 11332904.
HSL color Cylindrical-coordinate representation of color #28EDAC: hue angle of 160.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EDAC is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 172 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.07 |
| HSL | 160.2º | 0.85% | 0.54% | - |
| HSV(B) | 160.2º | 0.83% | 0.93% | - |
| XYZ | 38.61 | 64 | 49.35 | - |
| YUV | 170.69 | 128.73 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 172 | 0.83 | 0 | 0.27 | 0.07 | 160.2 | 0.85 | 0.54 |
| Hex | 28 | ED | AC | 53 | 0 | 1B | 7 | A0 | 55 | 36 |
| Octal | 50 | 355 | 254 | 123 | 0 | 33 | 7 | 240 | 125 | 66 |
| Binary | 101000 | 11101101 | 10101100 | 1010011 | 0 | 11011 | 111 | 10100000 | 1010101 | 110110 |
Color Harmonies of #28EDAC
Complementary color
Monochromatic Colors of #28EDAC
Black with #28EDAC
Text Example
Text Example
White with #28EDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EDAC; }
p { color: rgb(40,237,172); }
H1.HeaderClassName
{
color: #28EDAC;
}
.AnyTagClassName
{
color: #28EDAC;
}
</style>
background-color css
<style>
a { background-color: #28EDAC; }
a { background-color: rgb(40,237,172); }
div.DivClassName
{
background-color: #28EDAC;
}
.BgClassName
{
background-color: #28EDAC;
}
</style>
border-color css
<style>
span { border-color: #28EDAC; }
span { border-color: rgb(40,237,172); }
td.TdClassName
{
border-color: #28EDAC;
}
.TagClassName
{
border-color: #28EDAC;
}
</style>