Shades of Shamrock #28DDAB
Tints of Shamrock #28DDAB
RGB
CMYK
RGB Variations
Color information
#28DDAB (or 0x28DDAB) is known color: Shamrock. HEX triplet: 28, DD and AB. RGB value is (40,221,171). Sum of RGB (Red+Green+Blue) = 40+221+171=432 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.26% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DDAB is #D72254. Grayscale: #A1A1A1. Windows color (decimal): -14099029 or 11263272. OLE color: 11263272.
HSL color Cylindrical-coordinate representation of color #28DDAB: hue angle of 163.43º 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 #28DDAB is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 171 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.13 |
| HSL | 163.43º | 0.73% | 0.51% | - |
| HSV(B) | 163.43º | 0.82% | 0.87% | - |
| XYZ | 34.08 | 55.1 | 47.37 | - |
| YUV | 161.18 | 133.53 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 171 | 0.82 | 0 | 0.23 | 0.13 | 163.43 | 0.73 | 0.51 |
| Hex | 28 | DD | AB | 52 | 0 | 17 | D | A3 | 49 | 33 |
| Octal | 50 | 335 | 253 | 122 | 0 | 27 | 15 | 243 | 111 | 63 |
| Binary | 101000 | 11011101 | 10101011 | 1010010 | 0 | 10111 | 1101 | 10100011 | 1001001 | 110011 |
Color Harmonies of #28DDAB
Complementary color
Monochromatic Colors of #28DDAB
Black with #28DDAB
Text Example
Text Example
White with #28DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDAB; }
p { color: rgb(40,221,171); }
H1.HeaderClassName
{
color: #28DDAB;
}
.AnyTagClassName
{
color: #28DDAB;
}
</style>
background-color css
<style>
a { background-color: #28DDAB; }
a { background-color: rgb(40,221,171); }
div.DivClassName
{
background-color: #28DDAB;
}
.BgClassName
{
background-color: #28DDAB;
}
</style>
border-color css
<style>
span { border-color: #28DDAB; }
span { border-color: rgb(40,221,171); }
td.TdClassName
{
border-color: #28DDAB;
}
.TagClassName
{
border-color: #28DDAB;
}
</style>