Shades of Shamrock #28E9AF
Tints of Shamrock #28E9AF
RGB
CMYK
RGB Variations
Color information
#28E9AF (or 0x28E9AF) is known color: Shamrock. HEX triplet: 28, E9 and AF. RGB value is (40,233,175). Sum of RGB (Red+Green+Blue) = 40+233+175=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #28E9AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28E9AF is #D71650. Grayscale: #A8A8A8. Windows color (decimal): -14095953 or 11528488. OLE color: 11528488.
HSL color Cylindrical-coordinate representation of color #28E9AF: hue angle of 161.97º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E9AF is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 233 | 175 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.09 |
| HSL | 161.97º | 0.81% | 0.54% | - |
| HSV(B) | 161.97º | 0.83% | 0.91% | - |
| XYZ | 37.75 | 61.82 | 50.5 | - |
| YUV | 168.68 | 131.56 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 175 | 0.83 | 0 | 0.25 | 0.09 | 161.97 | 0.81 | 0.54 |
| Hex | 28 | E9 | AF | 53 | 0 | 19 | 9 | A2 | 51 | 36 |
| Octal | 50 | 351 | 257 | 123 | 0 | 31 | 11 | 242 | 121 | 66 |
| Binary | 101000 | 11101001 | 10101111 | 1010011 | 0 | 11001 | 1001 | 10100010 | 1010001 | 110110 |
Color Harmonies of #28E9AF
Complementary color
Monochromatic Colors of #28E9AF
Black with #28E9AF
Text Example
Text Example
White with #28E9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E9AF; }
p { color: rgb(40,233,175); }
H1.HeaderClassName
{
color: #28E9AF;
}
.AnyTagClassName
{
color: #28E9AF;
}
</style>
background-color css
<style>
a { background-color: #28E9AF; }
a { background-color: rgb(40,233,175); }
div.DivClassName
{
background-color: #28E9AF;
}
.BgClassName
{
background-color: #28E9AF;
}
</style>
border-color css
<style>
span { border-color: #28E9AF; }
span { border-color: rgb(40,233,175); }
td.TdClassName
{
border-color: #28E9AF;
}
.TagClassName
{
border-color: #28E9AF;
}
</style>