Shades of Shamrock #44D2A6
Tints of Shamrock #44D2A6
RGB
CMYK
RGB Variations
Color information
#44D2A6 (or 0x44D2A6) is known color: Shamrock. HEX triplet: 44, D2 and A6. RGB value is (68,210,166). Sum of RGB (Red+Green+Blue) = 68+210+166=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #44D2A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D2A6 is #BB2D59. Grayscale: #A2A2A2. Windows color (decimal): -12266842 or 10932804. OLE color: 10932804.
HSL color Cylindrical-coordinate representation of color #44D2A6: hue angle of 161.41º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D2A6 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 210 | 166 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.18 |
| HSL | 161.41º | 0.61% | 0.55% | - |
| HSV(B) | 161.41º | 0.68% | 0.82% | - |
| XYZ | 32.31 | 50.08 | 44.04 | - |
| YUV | 162.53 | 129.96 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 210 | 166 | 0.68 | 0 | 0.21 | 0.18 | 161.41 | 0.61 | 0.55 |
| Hex | 44 | D2 | A6 | 44 | 0 | 15 | 12 | A1 | 3D | 37 |
| Octal | 104 | 322 | 246 | 104 | 0 | 25 | 22 | 241 | 75 | 67 |
| Binary | 1000100 | 11010010 | 10100110 | 1000100 | 0 | 10101 | 10010 | 10100001 | 111101 | 110111 |
Color Harmonies of #44D2A6
Complementary color
Monochromatic Colors of #44D2A6
Black with #44D2A6
Text Example
Text Example
White with #44D2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D2A6; }
p { color: rgb(68,210,166); }
H1.HeaderClassName
{
color: #44D2A6;
}
.AnyTagClassName
{
color: #44D2A6;
}
</style>
background-color css
<style>
a { background-color: #44D2A6; }
a { background-color: rgb(68,210,166); }
div.DivClassName
{
background-color: #44D2A6;
}
.BgClassName
{
background-color: #44D2A6;
}
</style>
border-color css
<style>
span { border-color: #44D2A6; }
span { border-color: rgb(68,210,166); }
td.TdClassName
{
border-color: #44D2A6;
}
.TagClassName
{
border-color: #44D2A6;
}
</style>