Shades of Shamrock #28E0AF
Tints of Shamrock #28E0AF
RGB
CMYK
RGB Variations
Color information
#28E0AF (or 0x28E0AF) is known color: Shamrock. HEX triplet: 28, E0 and AF. RGB value is (40,224,175). Sum of RGB (Red+Green+Blue) = 40+224+175=439 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.11% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #28E0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E0AF is #D71F50. Grayscale: #A3A3A3. Windows color (decimal): -14098257 or 11526184. OLE color: 11526184.
HSL color Cylindrical-coordinate representation of color #28E0AF: hue angle of 164.02º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E0AF is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 175 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.12 |
| HSL | 164.02º | 0.75% | 0.52% | - |
| HSV(B) | 164.02º | 0.82% | 0.88% | - |
| XYZ | 35.27 | 56.86 | 49.67 | - |
| YUV | 163.4 | 134.54 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 175 | 0.82 | 0 | 0.22 | 0.12 | 164.02 | 0.75 | 0.52 |
| Hex | 28 | E0 | AF | 52 | 0 | 16 | C | A4 | 4B | 34 |
| Octal | 50 | 340 | 257 | 122 | 0 | 26 | 14 | 244 | 113 | 64 |
| Binary | 101000 | 11100000 | 10101111 | 1010010 | 0 | 10110 | 1100 | 10100100 | 1001011 | 110100 |
Color Harmonies of #28E0AF
Complementary color
Monochromatic Colors of #28E0AF
Black with #28E0AF
Text Example
Text Example
White with #28E0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E0AF; }
p { color: rgb(40,224,175); }
H1.HeaderClassName
{
color: #28E0AF;
}
.AnyTagClassName
{
color: #28E0AF;
}
</style>
background-color css
<style>
a { background-color: #28E0AF; }
a { background-color: rgb(40,224,175); }
div.DivClassName
{
background-color: #28E0AF;
}
.BgClassName
{
background-color: #28E0AF;
}
</style>
border-color css
<style>
span { border-color: #28E0AF; }
span { border-color: rgb(40,224,175); }
td.TdClassName
{
border-color: #28E0AF;
}
.TagClassName
{
border-color: #28E0AF;
}
</style>