Shades of Shamrock #28DDAF
Tints of Shamrock #28DDAF
RGB
CMYK
RGB Variations
Color information
#28DDAF (or 0x28DDAF) is known color: Shamrock. HEX triplet: 28, DD and AF. RGB value is (40,221,175). Sum of RGB (Red+Green+Blue) = 40+221+175=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DDAF is #D72250. Grayscale: #A1A1A1. Windows color (decimal): -14099025 or 11525416. OLE color: 11525416.
HSL color Cylindrical-coordinate representation of color #28DDAF: hue angle of 164.75º 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 #28DDAF is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 175 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.13 |
| HSL | 164.75º | 0.73% | 0.51% | - |
| HSV(B) | 164.75º | 0.82% | 0.87% | - |
| XYZ | 34.47 | 55.26 | 49.41 | - |
| YUV | 161.64 | 135.53 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 175 | 0.82 | 0 | 0.21 | 0.13 | 164.75 | 0.73 | 0.51 |
| Hex | 28 | DD | AF | 52 | 0 | 15 | D | A5 | 49 | 33 |
| Octal | 50 | 335 | 257 | 122 | 0 | 25 | 15 | 245 | 111 | 63 |
| Binary | 101000 | 11011101 | 10101111 | 1010010 | 0 | 10101 | 1101 | 10100101 | 1001001 | 110011 |
Color Harmonies of #28DDAF
Complementary color
Monochromatic Colors of #28DDAF
Black with #28DDAF
Text Example
Text Example
White with #28DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDAF; }
p { color: rgb(40,221,175); }
H1.HeaderClassName
{
color: #28DDAF;
}
.AnyTagClassName
{
color: #28DDAF;
}
</style>
background-color css
<style>
a { background-color: #28DDAF; }
a { background-color: rgb(40,221,175); }
div.DivClassName
{
background-color: #28DDAF;
}
.BgClassName
{
background-color: #28DDAF;
}
</style>
border-color css
<style>
span { border-color: #28DDAF; }
span { border-color: rgb(40,221,175); }
td.TdClassName
{
border-color: #28DDAF;
}
.TagClassName
{
border-color: #28DDAF;
}
</style>