Shades of Shamrock #28D3A8
Tints of Shamrock #28D3A8
RGB
CMYK
RGB Variations
Color information
#28D3A8 (or 0x28D3A8) is known color: Shamrock. HEX triplet: 28, D3 and A8. RGB value is (40,211,168). Sum of RGB (Red+Green+Blue) = 40+211+168=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #28D3A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D3A8 is #D72C57. Grayscale: #9A9A9A. Windows color (decimal): -14101592 or 11064104. OLE color: 11064104.
HSL color Cylindrical-coordinate representation of color #28D3A8: hue angle of 164.91º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D3A8 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 211 | 168 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.17 |
| HSL | 164.91º | 0.68% | 0.49% | - |
| HSV(B) | 164.91º | 0.81% | 0.83% | - |
| XYZ | 31.24 | 49.87 | 45.02 | - |
| YUV | 154.97 | 135.35 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 168 | 0.81 | 0 | 0.20 | 0.17 | 164.91 | 0.68 | 0.49 |
| Hex | 28 | D3 | A8 | 51 | 0 | 14 | 11 | A5 | 44 | 31 |
| Octal | 50 | 323 | 250 | 121 | 0 | 24 | 21 | 245 | 104 | 61 |
| Binary | 101000 | 11010011 | 10101000 | 1010001 | 0 | 10100 | 10001 | 10100101 | 1000100 | 110001 |
Color Harmonies of #28D3A8
Complementary color
Monochromatic Colors of #28D3A8
Black with #28D3A8
Text Example
Text Example
White with #28D3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D3A8; }
p { color: rgb(40,211,168); }
H1.HeaderClassName
{
color: #28D3A8;
}
.AnyTagClassName
{
color: #28D3A8;
}
</style>
background-color css
<style>
a { background-color: #28D3A8; }
a { background-color: rgb(40,211,168); }
div.DivClassName
{
background-color: #28D3A8;
}
.BgClassName
{
background-color: #28D3A8;
}
</style>
border-color css
<style>
span { border-color: #28D3A8; }
span { border-color: rgb(40,211,168); }
td.TdClassName
{
border-color: #28D3A8;
}
.TagClassName
{
border-color: #28D3A8;
}
</style>