Shades of Shamrock #28D8A1
Tints of Shamrock #28D8A1
RGB
CMYK
RGB Variations
Color information
#28D8A1 (or 0x28D8A1) is known color: Shamrock. HEX triplet: 28, D8 and A1. RGB value is (40,216,161). Sum of RGB (Red+Green+Blue) = 40+216+161=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #28D8A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D8A1 is #D7275E. Grayscale: #9D9D9D. Windows color (decimal): -14100319 or 10606632. OLE color: 10606632.
HSL color Cylindrical-coordinate representation of color #28D8A1: hue angle of 161.25º 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 #28D8A1 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 161 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.15 |
| HSL | 161.25º | 0.69% | 0.5% | - |
| HSV(B) | 161.25º | 0.81% | 0.85% | - |
| XYZ | 31.86 | 52.14 | 42.1 | - |
| YUV | 157.11 | 130.19 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 161 | 0.81 | 0 | 0.25 | 0.15 | 161.25 | 0.69 | 0.5 |
| Hex | 28 | D8 | A1 | 51 | 0 | 19 | F | A1 | 45 | 32 |
| Octal | 50 | 330 | 241 | 121 | 0 | 31 | 17 | 241 | 105 | 62 |
| Binary | 101000 | 11011000 | 10100001 | 1010001 | 0 | 11001 | 1111 | 10100001 | 1000101 | 110010 |
Color Harmonies of #28D8A1
Complementary color
Monochromatic Colors of #28D8A1
Black with #28D8A1
Text Example
Text Example
White with #28D8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D8A1; }
p { color: rgb(40,216,161); }
H1.HeaderClassName
{
color: #28D8A1;
}
.AnyTagClassName
{
color: #28D8A1;
}
</style>
background-color css
<style>
a { background-color: #28D8A1; }
a { background-color: rgb(40,216,161); }
div.DivClassName
{
background-color: #28D8A1;
}
.BgClassName
{
background-color: #28D8A1;
}
</style>
border-color css
<style>
span { border-color: #28D8A1; }
span { border-color: rgb(40,216,161); }
td.TdClassName
{
border-color: #28D8A1;
}
.TagClassName
{
border-color: #28D8A1;
}
</style>