Shades of Shamrock #28EAA0
Tints of Shamrock #28EAA0
RGB
CMYK
RGB Variations
Color information
#28EAA0 (or 0x28EAA0) is known color: Shamrock. HEX triplet: 28, EA and A0. RGB value is (40,234,160). Sum of RGB (Red+Green+Blue) = 40+234+160=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EAA0 is #D7155F. Grayscale: #A7A7A7. Windows color (decimal): -14095712 or 10545704. OLE color: 10545704.
HSL color Cylindrical-coordinate representation of color #28EAA0: hue angle of 157.11º degrees, saturation: 0.82, 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 #28EAA0 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 160 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.08 |
| HSL | 157.11º | 0.82% | 0.54% | - |
| HSV(B) | 157.11º | 0.83% | 0.92% | - |
| XYZ | 36.64 | 61.83 | 43.26 | - |
| YUV | 167.56 | 123.73 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 160 | 0.83 | 0 | 0.32 | 0.08 | 157.11 | 0.82 | 0.54 |
| Hex | 28 | EA | A0 | 53 | 0 | 20 | 8 | 9D | 52 | 36 |
| Octal | 50 | 352 | 240 | 123 | 0 | 40 | 10 | 235 | 122 | 66 |
| Binary | 101000 | 11101010 | 10100000 | 1010011 | 0 | 100000 | 1000 | 10011101 | 1010010 | 110110 |
Color Harmonies of #28EAA0
Complementary color
Monochromatic Colors of #28EAA0
Black with #28EAA0
Text Example
Text Example
White with #28EAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EAA0; }
p { color: rgb(40,234,160); }
H1.HeaderClassName
{
color: #28EAA0;
}
.AnyTagClassName
{
color: #28EAA0;
}
</style>
background-color css
<style>
a { background-color: #28EAA0; }
a { background-color: rgb(40,234,160); }
div.DivClassName
{
background-color: #28EAA0;
}
.BgClassName
{
background-color: #28EAA0;
}
</style>
border-color css
<style>
span { border-color: #28EAA0; }
span { border-color: rgb(40,234,160); }
td.TdClassName
{
border-color: #28EAA0;
}
.TagClassName
{
border-color: #28EAA0;
}
</style>