Shades of Shamrock #28DDAE
Tints of Shamrock #28DDAE
RGB
CMYK
RGB Variations
Color information
#28DDAE (or 0x28DDAE) is known color: Shamrock. HEX triplet: 28, DD and AE. RGB value is (40,221,174). Sum of RGB (Red+Green+Blue) = 40+221+174=435 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.20% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DDAE is #D72251. Grayscale: #A1A1A1. Windows color (decimal): -14099026 or 11459880. OLE color: 11459880.
HSL color Cylindrical-coordinate representation of color #28DDAE: hue angle of 164.42º 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 #28DDAE is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 174 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.13 |
| HSL | 164.42º | 0.73% | 0.51% | - |
| HSV(B) | 164.42º | 0.82% | 0.87% | - |
| XYZ | 34.37 | 55.22 | 48.89 | - |
| YUV | 161.52 | 135.03 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 174 | 0.82 | 0 | 0.21 | 0.13 | 164.42 | 0.73 | 0.51 |
| Hex | 28 | DD | AE | 52 | 0 | 15 | D | A4 | 49 | 33 |
| Octal | 50 | 335 | 256 | 122 | 0 | 25 | 15 | 244 | 111 | 63 |
| Binary | 101000 | 11011101 | 10101110 | 1010010 | 0 | 10101 | 1101 | 10100100 | 1001001 | 110011 |
Color Harmonies of #28DDAE
Complementary color
Monochromatic Colors of #28DDAE
Black with #28DDAE
Text Example
Text Example
White with #28DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDAE; }
p { color: rgb(40,221,174); }
H1.HeaderClassName
{
color: #28DDAE;
}
.AnyTagClassName
{
color: #28DDAE;
}
</style>
background-color css
<style>
a { background-color: #28DDAE; }
a { background-color: rgb(40,221,174); }
div.DivClassName
{
background-color: #28DDAE;
}
.BgClassName
{
background-color: #28DDAE;
}
</style>
border-color css
<style>
span { border-color: #28DDAE; }
span { border-color: rgb(40,221,174); }
td.TdClassName
{
border-color: #28DDAE;
}
.TagClassName
{
border-color: #28DDAE;
}
</style>