Shades of Shamrock #28D8A0
Tints of Shamrock #28D8A0
RGB
CMYK
RGB Variations
Color information
#28D8A0 (or 0x28D8A0) is known color: Shamrock. HEX triplet: 28, D8 and A0. RGB value is (40,216,160). Sum of RGB (Red+Green+Blue) = 40+216+160=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #28D8A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D8A0 is #D7275F. Grayscale: #9D9D9D. Windows color (decimal): -14100320 or 10541096. OLE color: 10541096.
HSL color Cylindrical-coordinate representation of color #28D8A0: hue angle of 160.91º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D8A0 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 160 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.15 |
| HSL | 160.91º | 0.69% | 0.5% | - |
| HSV(B) | 160.91º | 0.81% | 0.85% | - |
| XYZ | 31.78 | 52.1 | 41.64 | - |
| YUV | 156.99 | 129.69 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 160 | 0.81 | 0 | 0.26 | 0.15 | 160.91 | 0.69 | 0.5 |
| Hex | 28 | D8 | A0 | 51 | 0 | 1A | F | A1 | 45 | 32 |
| Octal | 50 | 330 | 240 | 121 | 0 | 32 | 17 | 241 | 105 | 62 |
| Binary | 101000 | 11011000 | 10100000 | 1010001 | 0 | 11010 | 1111 | 10100001 | 1000101 | 110010 |
Color Harmonies of #28D8A0
Complementary color
Monochromatic Colors of #28D8A0
Black with #28D8A0
Text Example
Text Example
White with #28D8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D8A0; }
p { color: rgb(40,216,160); }
H1.HeaderClassName
{
color: #28D8A0;
}
.AnyTagClassName
{
color: #28D8A0;
}
</style>
background-color css
<style>
a { background-color: #28D8A0; }
a { background-color: rgb(40,216,160); }
div.DivClassName
{
background-color: #28D8A0;
}
.BgClassName
{
background-color: #28D8A0;
}
</style>
border-color css
<style>
span { border-color: #28D8A0; }
span { border-color: rgb(40,216,160); }
td.TdClassName
{
border-color: #28D8A0;
}
.TagClassName
{
border-color: #28D8A0;
}
</style>