Shades of Shamrock #28EEA0
Tints of Shamrock #28EEA0
RGB
CMYK
RGB Variations
Color information
#28EEA0 (or 0x28EEA0) is known color: Shamrock. HEX triplet: 28, EE and A0. RGB value is (40,238,160). Sum of RGB (Red+Green+Blue) = 40+238+160=438 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.13% from 438); Green value is 238 (93.36% from 255 or 54.34% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EEA0 is #D7115F. Grayscale: #AAAAAA. Windows color (decimal): -14094688 or 10546728. OLE color: 10546728.
HSL color Cylindrical-coordinate representation of color #28EEA0: hue angle of 156.36º 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 #28EEA0 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 160 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.07 |
| HSL | 156.36º | 0.85% | 0.55% | - |
| HSV(B) | 156.36º | 0.83% | 0.93% | - |
| XYZ | 37.79 | 64.14 | 43.65 | - |
| YUV | 169.91 | 122.4 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 160 | 0.83 | 0 | 0.33 | 0.07 | 156.36 | 0.85 | 0.55 |
| Hex | 28 | EE | A0 | 53 | 0 | 21 | 7 | 9C | 55 | 37 |
| Octal | 50 | 356 | 240 | 123 | 0 | 41 | 7 | 234 | 125 | 67 |
| Binary | 101000 | 11101110 | 10100000 | 1010011 | 0 | 100001 | 111 | 10011100 | 1010101 | 110111 |
Color Harmonies of #28EEA0
Complementary color
Monochromatic Colors of #28EEA0
Black with #28EEA0
Text Example
Text Example
White with #28EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEA0; }
p { color: rgb(40,238,160); }
H1.HeaderClassName
{
color: #28EEA0;
}
.AnyTagClassName
{
color: #28EEA0;
}
</style>
background-color css
<style>
a { background-color: #28EEA0; }
a { background-color: rgb(40,238,160); }
div.DivClassName
{
background-color: #28EEA0;
}
.BgClassName
{
background-color: #28EEA0;
}
</style>
border-color css
<style>
span { border-color: #28EEA0; }
span { border-color: rgb(40,238,160); }
td.TdClassName
{
border-color: #28EEA0;
}
.TagClassName
{
border-color: #28EEA0;
}
</style>