Shades of Shamrock #28F0A8
Tints of Shamrock #28F0A8
RGB
CMYK
RGB Variations
Color information
#28F0A8 (or 0x28F0A8) is known color: Shamrock. HEX triplet: 28, F0 and A8. RGB value is (40,240,168). Sum of RGB (Red+Green+Blue) = 40+240+168=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #28F0A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28F0A8 is #D70F57. Grayscale: #ACACAC. Windows color (decimal): -14094168 or 11071528. OLE color: 11071528.
HSL color Cylindrical-coordinate representation of color #28F0A8: hue angle of 158.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F0A8 is Cyan = 0.83, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 168 | - |
| CMYK | 0.83 | 0 | 0.3 | 0.06 |
| HSL | 158.4º | 0.87% | 0.55% | - |
| HSV(B) | 158.4º | 0.83% | 0.94% | - |
| XYZ | 39.1 | 65.6 | 47.65 | - |
| YUV | 171.99 | 125.74 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 168 | 0.83 | 0 | 0.3 | 0.06 | 158.4 | 0.87 | 0.55 |
| Hex | 28 | F0 | A8 | 53 | 0 | 1E | 6 | 9E | 57 | 37 |
| Octal | 50 | 360 | 250 | 123 | 0 | 36 | 6 | 236 | 127 | 67 |
| Binary | 101000 | 11110000 | 10101000 | 1010011 | 0 | 11110 | 110 | 10011110 | 1010111 | 110111 |
Color Harmonies of #28F0A8
Complementary color
Monochromatic Colors of #28F0A8
Black with #28F0A8
Text Example
Text Example
White with #28F0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F0A8; }
p { color: rgb(40,240,168); }
H1.HeaderClassName
{
color: #28F0A8;
}
.AnyTagClassName
{
color: #28F0A8;
}
</style>
background-color css
<style>
a { background-color: #28F0A8; }
a { background-color: rgb(40,240,168); }
div.DivClassName
{
background-color: #28F0A8;
}
.BgClassName
{
background-color: #28F0A8;
}
</style>
border-color css
<style>
span { border-color: #28F0A8; }
span { border-color: rgb(40,240,168); }
td.TdClassName
{
border-color: #28F0A8;
}
.TagClassName
{
border-color: #28F0A8;
}
</style>