Shades of Shamrock #28E7AA
Tints of Shamrock #28E7AA
RGB
CMYK
RGB Variations
Color information
#28E7AA (or 0x28E7AA) is known color: Shamrock. HEX triplet: 28, E7 and AA. RGB value is (40,231,170). Sum of RGB (Red+Green+Blue) = 40+231+170=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28E7AA is #D71855. Grayscale: #A6A6A6. Windows color (decimal): -14096470 or 11200296. OLE color: 11200296.
HSL color Cylindrical-coordinate representation of color #28E7AA: hue angle of 160.84º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E7AA is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 170 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.09 |
| HSL | 160.84º | 0.8% | 0.53% | - |
| HSV(B) | 160.84º | 0.83% | 0.91% | - |
| XYZ | 36.71 | 60.51 | 47.77 | - |
| YUV | 166.94 | 129.72 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 170 | 0.83 | 0 | 0.26 | 0.09 | 160.84 | 0.8 | 0.53 |
| Hex | 28 | E7 | AA | 53 | 0 | 1A | 9 | A1 | 50 | 35 |
| Octal | 50 | 347 | 252 | 123 | 0 | 32 | 11 | 241 | 120 | 65 |
| Binary | 101000 | 11100111 | 10101010 | 1010011 | 0 | 11010 | 1001 | 10100001 | 1010000 | 110101 |
Color Harmonies of #28E7AA
Complementary color
Monochromatic Colors of #28E7AA
Black with #28E7AA
Text Example
Text Example
White with #28E7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E7AA; }
p { color: rgb(40,231,170); }
H1.HeaderClassName
{
color: #28E7AA;
}
.AnyTagClassName
{
color: #28E7AA;
}
</style>
background-color css
<style>
a { background-color: #28E7AA; }
a { background-color: rgb(40,231,170); }
div.DivClassName
{
background-color: #28E7AA;
}
.BgClassName
{
background-color: #28E7AA;
}
</style>
border-color css
<style>
span { border-color: #28E7AA; }
span { border-color: rgb(40,231,170); }
td.TdClassName
{
border-color: #28E7AA;
}
.TagClassName
{
border-color: #28E7AA;
}
</style>