Shades of Shamrock #44DBA2
Tints of Shamrock #44DBA2
RGB
CMYK
RGB Variations
Color information
#44DBA2 (or 0x44DBA2) is known color: Shamrock. HEX triplet: 44, DB and A2. RGB value is (68,219,162). Sum of RGB (Red+Green+Blue) = 68+219+162=449 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.14% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #44DBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DBA2 is #BB245D. Grayscale: #A7A7A7. Windows color (decimal): -12264542 or 10672964. OLE color: 10672964.
HSL color Cylindrical-coordinate representation of color #44DBA2: hue angle of 157.35º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DBA2 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 219 | 162 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.14 |
| HSL | 157.35º | 0.68% | 0.56% | - |
| HSV(B) | 157.35º | 0.69% | 0.86% | - |
| XYZ | 34.24 | 54.5 | 42.9 | - |
| YUV | 167.35 | 124.97 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 162 | 0.69 | 0 | 0.26 | 0.14 | 157.35 | 0.68 | 0.56 |
| Hex | 44 | DB | A2 | 45 | 0 | 1A | E | 9D | 44 | 38 |
| Octal | 104 | 333 | 242 | 105 | 0 | 32 | 16 | 235 | 104 | 70 |
| Binary | 1000100 | 11011011 | 10100010 | 1000101 | 0 | 11010 | 1110 | 10011101 | 1000100 | 111000 |
Color Harmonies of #44DBA2
Complementary color
Monochromatic Colors of #44DBA2
Black with #44DBA2
Text Example
Text Example
White with #44DBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBA2; }
p { color: rgb(68,219,162); }
H1.HeaderClassName
{
color: #44DBA2;
}
.AnyTagClassName
{
color: #44DBA2;
}
</style>
background-color css
<style>
a { background-color: #44DBA2; }
a { background-color: rgb(68,219,162); }
div.DivClassName
{
background-color: #44DBA2;
}
.BgClassName
{
background-color: #44DBA2;
}
</style>
border-color css
<style>
span { border-color: #44DBA2; }
span { border-color: rgb(68,219,162); }
td.TdClassName
{
border-color: #44DBA2;
}
.TagClassName
{
border-color: #44DBA2;
}
</style>