Shades of Shamrock #28EEAD
Tints of Shamrock #28EEAD
RGB
CMYK
RGB Variations
Color information
#28EEAD (or 0x28EEAD) is known color: Shamrock. HEX triplet: 28, EE and AD. RGB value is (40,238,173). Sum of RGB (Red+Green+Blue) = 40+238+173=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 238 (93.36% from 255 or 52.77% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EEAD is #D71152. Grayscale: #ABABAB. Windows color (decimal): -14094675 or 11398696. OLE color: 11398696.
HSL color Cylindrical-coordinate representation of color #28EEAD: hue angle of 160.3º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EEAD is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 173 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.07 |
| HSL | 160.3º | 0.85% | 0.55% | - |
| HSV(B) | 160.3º | 0.83% | 0.93% | - |
| XYZ | 38.99 | 64.62 | 49.95 | - |
| YUV | 171.39 | 128.9 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 173 | 0.83 | 0 | 0.27 | 0.07 | 160.3 | 0.85 | 0.55 |
| Hex | 28 | EE | AD | 53 | 0 | 1B | 7 | A0 | 55 | 37 |
| Octal | 50 | 356 | 255 | 123 | 0 | 33 | 7 | 240 | 125 | 67 |
| Binary | 101000 | 11101110 | 10101101 | 1010011 | 0 | 11011 | 111 | 10100000 | 1010101 | 110111 |
Color Harmonies of #28EEAD
Complementary color
Monochromatic Colors of #28EEAD
Black with #28EEAD
Text Example
Text Example
White with #28EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEAD; }
p { color: rgb(40,238,173); }
H1.HeaderClassName
{
color: #28EEAD;
}
.AnyTagClassName
{
color: #28EEAD;
}
</style>
background-color css
<style>
a { background-color: #28EEAD; }
a { background-color: rgb(40,238,173); }
div.DivClassName
{
background-color: #28EEAD;
}
.BgClassName
{
background-color: #28EEAD;
}
</style>
border-color css
<style>
span { border-color: #28EEAD; }
span { border-color: rgb(40,238,173); }
td.TdClassName
{
border-color: #28EEAD;
}
.TagClassName
{
border-color: #28EEAD;
}
</style>