Shades of Shamrock #44D8AF
Tints of Shamrock #44D8AF
RGB
CMYK
RGB Variations
Color information
#44D8AF (or 0x44D8AF) is known color: Shamrock. HEX triplet: 44, D8 and AF. RGB value is (68,216,175). Sum of RGB (Red+Green+Blue) = 68+216+175=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #44D8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D8AF is #BB2750. Grayscale: #A7A7A7. Windows color (decimal): -12265297 or 11524164. OLE color: 11524164.
HSL color Cylindrical-coordinate representation of color #44D8AF: hue angle of 163.38º 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 #44D8AF is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 216 | 175 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.15 |
| HSL | 163.38º | 0.65% | 0.56% | - |
| HSV(B) | 163.38º | 0.69% | 0.85% | - |
| XYZ | 34.68 | 53.44 | 49.04 | - |
| YUV | 167.07 | 132.47 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 216 | 175 | 0.69 | 0 | 0.19 | 0.15 | 163.38 | 0.65 | 0.56 |
| Hex | 44 | D8 | AF | 45 | 0 | 13 | F | A3 | 41 | 38 |
| Octal | 104 | 330 | 257 | 105 | 0 | 23 | 17 | 243 | 101 | 70 |
| Binary | 1000100 | 11011000 | 10101111 | 1000101 | 0 | 10011 | 1111 | 10100011 | 1000001 | 111000 |
Color Harmonies of #44D8AF
Complementary color
Monochromatic Colors of #44D8AF
Black with #44D8AF
Text Example
Text Example
White with #44D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D8AF; }
p { color: rgb(68,216,175); }
H1.HeaderClassName
{
color: #44D8AF;
}
.AnyTagClassName
{
color: #44D8AF;
}
</style>
background-color css
<style>
a { background-color: #44D8AF; }
a { background-color: rgb(68,216,175); }
div.DivClassName
{
background-color: #44D8AF;
}
.BgClassName
{
background-color: #44D8AF;
}
</style>
border-color css
<style>
span { border-color: #44D8AF; }
span { border-color: rgb(68,216,175); }
td.TdClassName
{
border-color: #44D8AF;
}
.TagClassName
{
border-color: #44D8AF;
}
</style>