Shades of Shamrock #44D9AF
Tints of Shamrock #44D9AF
RGB
CMYK
RGB Variations
Color information
#44D9AF (or 0x44D9AF) is known color: Shamrock. HEX triplet: 44, D9 and AF. RGB value is (68,217,175). Sum of RGB (Red+Green+Blue) = 68+217+175=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #44D9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D9AF is #BB2650. Grayscale: #A7A7A7. Windows color (decimal): -12265041 or 11524420. OLE color: 11524420.
HSL color Cylindrical-coordinate representation of color #44D9AF: hue angle of 163.09º degrees, saturation: 0.66, 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 #44D9AF is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 217 | 175 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.15 |
| HSL | 163.09º | 0.66% | 0.56% | - |
| HSV(B) | 163.09º | 0.69% | 0.85% | - |
| XYZ | 34.93 | 53.95 | 49.13 | - |
| YUV | 167.66 | 132.14 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 217 | 175 | 0.69 | 0 | 0.19 | 0.15 | 163.09 | 0.66 | 0.56 |
| Hex | 44 | D9 | AF | 45 | 0 | 13 | F | A3 | 42 | 38 |
| Octal | 104 | 331 | 257 | 105 | 0 | 23 | 17 | 243 | 102 | 70 |
| Binary | 1000100 | 11011001 | 10101111 | 1000101 | 0 | 10011 | 1111 | 10100011 | 1000010 | 111000 |
Color Harmonies of #44D9AF
Complementary color
Monochromatic Colors of #44D9AF
Black with #44D9AF
Text Example
Text Example
White with #44D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D9AF; }
p { color: rgb(68,217,175); }
H1.HeaderClassName
{
color: #44D9AF;
}
.AnyTagClassName
{
color: #44D9AF;
}
</style>
background-color css
<style>
a { background-color: #44D9AF; }
a { background-color: rgb(68,217,175); }
div.DivClassName
{
background-color: #44D9AF;
}
.BgClassName
{
background-color: #44D9AF;
}
</style>
border-color css
<style>
span { border-color: #44D9AF; }
span { border-color: rgb(68,217,175); }
td.TdClassName
{
border-color: #44D9AF;
}
.TagClassName
{
border-color: #44D9AF;
}
</style>