Shades of Shamrock #28D8A3
Tints of Shamrock #28D8A3
RGB
CMYK
RGB Variations
Color information
#28D8A3 (or 0x28D8A3) is known color: Shamrock. HEX triplet: 28, D8 and A3. RGB value is (40,216,163). Sum of RGB (Red+Green+Blue) = 40+216+163=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #28D8A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D8A3 is #D7275C. Grayscale: #9D9D9D. Windows color (decimal): -14100317 or 10737704. OLE color: 10737704.
HSL color Cylindrical-coordinate representation of color #28D8A3: hue angle of 161.93º 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 #28D8A3 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 163 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.15 |
| HSL | 161.93º | 0.69% | 0.5% | - |
| HSV(B) | 161.93º | 0.81% | 0.85% | - |
| XYZ | 32.04 | 52.21 | 43.04 | - |
| YUV | 157.33 | 131.19 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 163 | 0.81 | 0 | 0.25 | 0.15 | 161.93 | 0.69 | 0.5 |
| Hex | 28 | D8 | A3 | 51 | 0 | 19 | F | A2 | 45 | 32 |
| Octal | 50 | 330 | 243 | 121 | 0 | 31 | 17 | 242 | 105 | 62 |
| Binary | 101000 | 11011000 | 10100011 | 1010001 | 0 | 11001 | 1111 | 10100010 | 1000101 | 110010 |
Color Harmonies of #28D8A3
Complementary color
Monochromatic Colors of #28D8A3
Black with #28D8A3
Text Example
Text Example
White with #28D8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D8A3; }
p { color: rgb(40,216,163); }
H1.HeaderClassName
{
color: #28D8A3;
}
.AnyTagClassName
{
color: #28D8A3;
}
</style>
background-color css
<style>
a { background-color: #28D8A3; }
a { background-color: rgb(40,216,163); }
div.DivClassName
{
background-color: #28D8A3;
}
.BgClassName
{
background-color: #28D8A3;
}
</style>
border-color css
<style>
span { border-color: #28D8A3; }
span { border-color: rgb(40,216,163); }
td.TdClassName
{
border-color: #28D8A3;
}
.TagClassName
{
border-color: #28D8A3;
}
</style>