Shades of Shamrock #28F0AC
Tints of Shamrock #28F0AC
RGB
CMYK
RGB Variations
Color information
#28F0AC (or 0x28F0AC) is known color: Shamrock. HEX triplet: 28, F0 and AC. RGB value is (40,240,172). Sum of RGB (Red+Green+Blue) = 40+240+172=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #28F0AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28F0AC is #D70F53. Grayscale: #ACACAC. Windows color (decimal): -14094164 or 11333672. OLE color: 11333672.
HSL color Cylindrical-coordinate representation of color #28F0AC: hue angle of 159.6º 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 #28F0AC is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 172 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.06 |
| HSL | 159.6º | 0.87% | 0.55% | - |
| HSV(B) | 159.6º | 0.83% | 0.94% | - |
| XYZ | 39.48 | 65.75 | 49.64 | - |
| YUV | 172.45 | 127.74 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 172 | 0.83 | 0 | 0.28 | 0.06 | 159.6 | 0.87 | 0.55 |
| Hex | 28 | F0 | AC | 53 | 0 | 1C | 6 | A0 | 57 | 37 |
| Octal | 50 | 360 | 254 | 123 | 0 | 34 | 6 | 240 | 127 | 67 |
| Binary | 101000 | 11110000 | 10101100 | 1010011 | 0 | 11100 | 110 | 10100000 | 1010111 | 110111 |
Color Harmonies of #28F0AC
Complementary color
Monochromatic Colors of #28F0AC
Black with #28F0AC
Text Example
Text Example
White with #28F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F0AC; }
p { color: rgb(40,240,172); }
H1.HeaderClassName
{
color: #28F0AC;
}
.AnyTagClassName
{
color: #28F0AC;
}
</style>
background-color css
<style>
a { background-color: #28F0AC; }
a { background-color: rgb(40,240,172); }
div.DivClassName
{
background-color: #28F0AC;
}
.BgClassName
{
background-color: #28F0AC;
}
</style>
border-color css
<style>
span { border-color: #28F0AC; }
span { border-color: rgb(40,240,172); }
td.TdClassName
{
border-color: #28F0AC;
}
.TagClassName
{
border-color: #28F0AC;
}
</style>