Shades of Shamrock #28DDA4
Tints of Shamrock #28DDA4
RGB
CMYK
RGB Variations
Color information
#28DDA4 (or 0x28DDA4) is known color: Shamrock. HEX triplet: 28, DD and A4. RGB value is (40,221,164). Sum of RGB (Red+Green+Blue) = 40+221+164=425 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.41% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DDA4 is #D7225B. Grayscale: #A0A0A0. Windows color (decimal): -14099036 or 10804520. OLE color: 10804520.
HSL color Cylindrical-coordinate representation of color #28DDA4: hue angle of 161.1º 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 #28DDA4 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 164 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.13 |
| HSL | 161.11º | 0.73% | 0.51% | - |
| HSV(B) | 161.11º | 0.82% | 0.87% | - |
| XYZ | 33.43 | 54.84 | 43.95 | - |
| YUV | 160.38 | 130.03 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 164 | 0.82 | 0 | 0.26 | 0.13 | 161.11 | 0.73 | 0.51 |
| Hex | 28 | DD | A4 | 52 | 0 | 1A | D | A1 | 49 | 33 |
| Octal | 50 | 335 | 244 | 122 | 0 | 32 | 15 | 241 | 111 | 63 |
| Binary | 101000 | 11011101 | 10100100 | 1010010 | 0 | 11010 | 1101 | 10100001 | 1001001 | 110011 |
Color Harmonies of #28DDA4
Complementary color
Monochromatic Colors of #28DDA4
Black with #28DDA4
Text Example
Text Example
White with #28DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDA4; }
p { color: rgb(40,221,164); }
H1.HeaderClassName
{
color: #28DDA4;
}
.AnyTagClassName
{
color: #28DDA4;
}
</style>
background-color css
<style>
a { background-color: #28DDA4; }
a { background-color: rgb(40,221,164); }
div.DivClassName
{
background-color: #28DDA4;
}
.BgClassName
{
background-color: #28DDA4;
}
</style>
border-color css
<style>
span { border-color: #28DDA4; }
span { border-color: rgb(40,221,164); }
td.TdClassName
{
border-color: #28DDA4;
}
.TagClassName
{
border-color: #28DDA4;
}
</style>