Shades of Shamrock #28DDA3
Tints of Shamrock #28DDA3
RGB
CMYK
RGB Variations
Color information
#28DDA3 (or 0x28DDA3) is known color: Shamrock. HEX triplet: 28, DD and A3. RGB value is (40,221,163). Sum of RGB (Red+Green+Blue) = 40+221+163=424 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.43% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DDA3 is #D7225C. Grayscale: #A0A0A0. Windows color (decimal): -14099037 or 10738984. OLE color: 10738984.
HSL color Cylindrical-coordinate representation of color #28DDA3: hue angle of 160.77º 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 #28DDA3 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 163 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.13 |
| HSL | 160.77º | 0.73% | 0.51% | - |
| HSV(B) | 160.77º | 0.82% | 0.87% | - |
| XYZ | 33.34 | 54.81 | 43.47 | - |
| YUV | 160.27 | 129.53 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 163 | 0.82 | 0 | 0.26 | 0.13 | 160.77 | 0.73 | 0.51 |
| Hex | 28 | DD | A3 | 52 | 0 | 1A | D | A1 | 49 | 33 |
| Octal | 50 | 335 | 243 | 122 | 0 | 32 | 15 | 241 | 111 | 63 |
| Binary | 101000 | 11011101 | 10100011 | 1010010 | 0 | 11010 | 1101 | 10100001 | 1001001 | 110011 |
Color Harmonies of #28DDA3
Complementary color
Monochromatic Colors of #28DDA3
Black with #28DDA3
Text Example
Text Example
White with #28DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDA3; }
p { color: rgb(40,221,163); }
H1.HeaderClassName
{
color: #28DDA3;
}
.AnyTagClassName
{
color: #28DDA3;
}
</style>
background-color css
<style>
a { background-color: #28DDA3; }
a { background-color: rgb(40,221,163); }
div.DivClassName
{
background-color: #28DDA3;
}
.BgClassName
{
background-color: #28DDA3;
}
</style>
border-color css
<style>
span { border-color: #28DDA3; }
span { border-color: rgb(40,221,163); }
td.TdClassName
{
border-color: #28DDA3;
}
.TagClassName
{
border-color: #28DDA3;
}
</style>