Shades of Shamrock #28DDAC
Tints of Shamrock #28DDAC
RGB
CMYK
RGB Variations
Color information
#28DDAC (or 0x28DDAC) is known color: Shamrock. HEX triplet: 28, DD and AC. RGB value is (40,221,172). Sum of RGB (Red+Green+Blue) = 40+221+172=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DDAC is #D72253. Grayscale: #A1A1A1. Windows color (decimal): -14099028 or 11328808. OLE color: 11328808.
HSL color Cylindrical-coordinate representation of color #28DDAC: hue angle of 163.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DDAC is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 172 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.13 |
| HSL | 163.76º | 0.73% | 0.51% | - |
| HSV(B) | 163.76º | 0.82% | 0.87% | - |
| XYZ | 34.18 | 55.14 | 47.87 | - |
| YUV | 161.3 | 134.03 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 172 | 0.82 | 0 | 0.22 | 0.13 | 163.76 | 0.73 | 0.51 |
| Hex | 28 | DD | AC | 52 | 0 | 16 | D | A4 | 49 | 33 |
| Octal | 50 | 335 | 254 | 122 | 0 | 26 | 15 | 244 | 111 | 63 |
| Binary | 101000 | 11011101 | 10101100 | 1010010 | 0 | 10110 | 1101 | 10100100 | 1001001 | 110011 |
Color Harmonies of #28DDAC
Complementary color
Monochromatic Colors of #28DDAC
Black with #28DDAC
Text Example
Text Example
White with #28DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDAC; }
p { color: rgb(40,221,172); }
H1.HeaderClassName
{
color: #28DDAC;
}
.AnyTagClassName
{
color: #28DDAC;
}
</style>
background-color css
<style>
a { background-color: #28DDAC; }
a { background-color: rgb(40,221,172); }
div.DivClassName
{
background-color: #28DDAC;
}
.BgClassName
{
background-color: #28DDAC;
}
</style>
border-color css
<style>
span { border-color: #28DDAC; }
span { border-color: rgb(40,221,172); }
td.TdClassName
{
border-color: #28DDAC;
}
.TagClassName
{
border-color: #28DDAC;
}
</style>