Shades of Shamrock #44D1A5
Tints of Shamrock #44D1A5
RGB
CMYK
RGB Variations
Color information
#44D1A5 (or 0x44D1A5) is known color: Shamrock. HEX triplet: 44, D1 and A5. RGB value is (68,209,165). Sum of RGB (Red+Green+Blue) = 68+209+165=442 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.38% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #44D1A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D1A5 is #BB2E5A. Grayscale: #A1A1A1. Windows color (decimal): -12267099 or 10867012. OLE color: 10867012.
HSL color Cylindrical-coordinate representation of color #44D1A5: hue angle of 161.28º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D1A5 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 209 | 165 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.18 |
| HSL | 161.28º | 0.61% | 0.54% | - |
| HSV(B) | 161.28º | 0.67% | 0.82% | - |
| XYZ | 31.98 | 49.55 | 43.48 | - |
| YUV | 161.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 209 | 165 | 0.67 | 0 | 0.21 | 0.18 | 161.28 | 0.61 | 0.54 |
| Hex | 44 | D1 | A5 | 43 | 0 | 15 | 12 | A1 | 3D | 36 |
| Octal | 104 | 321 | 245 | 103 | 0 | 25 | 22 | 241 | 75 | 66 |
| Binary | 1000100 | 11010001 | 10100101 | 1000011 | 0 | 10101 | 10010 | 10100001 | 111101 | 110110 |
Color Harmonies of #44D1A5
Complementary color
Monochromatic Colors of #44D1A5
Black with #44D1A5
Text Example
Text Example
White with #44D1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D1A5; }
p { color: rgb(68,209,165); }
H1.HeaderClassName
{
color: #44D1A5;
}
.AnyTagClassName
{
color: #44D1A5;
}
</style>
background-color css
<style>
a { background-color: #44D1A5; }
a { background-color: rgb(68,209,165); }
div.DivClassName
{
background-color: #44D1A5;
}
.BgClassName
{
background-color: #44D1A5;
}
</style>
border-color css
<style>
span { border-color: #44D1A5; }
span { border-color: rgb(68,209,165); }
td.TdClassName
{
border-color: #44D1A5;
}
.TagClassName
{
border-color: #44D1A5;
}
</style>