Shades of Shamrock #44D8AD
Tints of Shamrock #44D8AD
RGB
CMYK
RGB Variations
Color information
#44D8AD (or 0x44D8AD) is known color: Shamrock. HEX triplet: 44, D8 and AD. RGB value is (68,216,173). Sum of RGB (Red+Green+Blue) = 68+216+173=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #44D8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D8AD is #BB2752. Grayscale: #A6A6A6. Windows color (decimal): -12265299 or 11393092. OLE color: 11393092.
HSL color Cylindrical-coordinate representation of color #44D8AD: hue angle of 162.57º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44D8AD is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 216 | 173 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.15 |
| HSL | 162.57º | 0.65% | 0.56% | - |
| HSV(B) | 162.57º | 0.69% | 0.85% | - |
| XYZ | 34.48 | 53.36 | 48.02 | - |
| YUV | 166.85 | 131.47 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 216 | 173 | 0.69 | 0 | 0.20 | 0.15 | 162.57 | 0.65 | 0.56 |
| Hex | 44 | D8 | AD | 45 | 0 | 14 | F | A3 | 41 | 38 |
| Octal | 104 | 330 | 255 | 105 | 0 | 24 | 17 | 243 | 101 | 70 |
| Binary | 1000100 | 11011000 | 10101101 | 1000101 | 0 | 10100 | 1111 | 10100011 | 1000001 | 111000 |
Color Harmonies of #44D8AD
Complementary color
Monochromatic Colors of #44D8AD
Black with #44D8AD
Text Example
Text Example
White with #44D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D8AD; }
p { color: rgb(68,216,173); }
H1.HeaderClassName
{
color: #44D8AD;
}
.AnyTagClassName
{
color: #44D8AD;
}
</style>
background-color css
<style>
a { background-color: #44D8AD; }
a { background-color: rgb(68,216,173); }
div.DivClassName
{
background-color: #44D8AD;
}
.BgClassName
{
background-color: #44D8AD;
}
</style>
border-color css
<style>
span { border-color: #44D8AD; }
span { border-color: rgb(68,216,173); }
td.TdClassName
{
border-color: #44D8AD;
}
.TagClassName
{
border-color: #44D8AD;
}
</style>