Shades of Shamrock #44D8B0
Tints of Shamrock #44D8B0
RGB
CMYK
RGB Variations
Color information
#44D8B0 (or 0x44D8B0) is known color: Shamrock. HEX triplet: 44, D8 and B0. RGB value is (68,216,176). Sum of RGB (Red+Green+Blue) = 68+216+176=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #44D8B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D8B0 is #BB274F. Grayscale: #A7A7A7. Windows color (decimal): -12265296 or 11589700. OLE color: 11589700.
HSL color Cylindrical-coordinate representation of color #44D8B0: hue angle of 163.78º 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 #44D8B0 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 216 | 176 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.15 |
| HSL | 163.78º | 0.65% | 0.56% | - |
| HSV(B) | 163.78º | 0.69% | 0.85% | - |
| XYZ | 34.78 | 53.48 | 49.56 | - |
| YUV | 167.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 216 | 176 | 0.69 | 0 | 0.19 | 0.15 | 163.78 | 0.65 | 0.56 |
| Hex | 44 | D8 | B0 | 45 | 0 | 13 | F | A4 | 41 | 38 |
| Octal | 104 | 330 | 260 | 105 | 0 | 23 | 17 | 244 | 101 | 70 |
| Binary | 1000100 | 11011000 | 10110000 | 1000101 | 0 | 10011 | 1111 | 10100100 | 1000001 | 111000 |
Color Harmonies of #44D8B0
Complementary color
Monochromatic Colors of #44D8B0
Black with #44D8B0
Text Example
Text Example
White with #44D8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D8B0; }
p { color: rgb(68,216,176); }
H1.HeaderClassName
{
color: #44D8B0;
}
.AnyTagClassName
{
color: #44D8B0;
}
</style>
background-color css
<style>
a { background-color: #44D8B0; }
a { background-color: rgb(68,216,176); }
div.DivClassName
{
background-color: #44D8B0;
}
.BgClassName
{
background-color: #44D8B0;
}
</style>
border-color css
<style>
span { border-color: #44D8B0; }
span { border-color: rgb(68,216,176); }
td.TdClassName
{
border-color: #44D8B0;
}
.TagClassName
{
border-color: #44D8B0;
}
</style>