Shades of Shamrock #44DBA3
Tints of Shamrock #44DBA3
RGB
CMYK
RGB Variations
Color information
#44DBA3 (or 0x44DBA3) is known color: Shamrock. HEX triplet: 44, DB and A3. RGB value is (68,219,163). Sum of RGB (Red+Green+Blue) = 68+219+163=450 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.11% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #44DBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DBA3 is #BB245C. Grayscale: #A7A7A7. Windows color (decimal): -12264541 or 10738500. OLE color: 10738500.
HSL color Cylindrical-coordinate representation of color #44DBA3: hue angle of 157.75º 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 #44DBA3 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 219 | 163 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.14 |
| HSL | 157.75º | 0.68% | 0.56% | - |
| HSV(B) | 157.75º | 0.69% | 0.86% | - |
| XYZ | 34.33 | 54.54 | 43.37 | - |
| YUV | 167.47 | 125.47 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 163 | 0.69 | 0 | 0.26 | 0.14 | 157.75 | 0.68 | 0.56 |
| Hex | 44 | DB | A3 | 45 | 0 | 1A | E | 9E | 44 | 38 |
| Octal | 104 | 333 | 243 | 105 | 0 | 32 | 16 | 236 | 104 | 70 |
| Binary | 1000100 | 11011011 | 10100011 | 1000101 | 0 | 11010 | 1110 | 10011110 | 1000100 | 111000 |
Color Harmonies of #44DBA3
Complementary color
Monochromatic Colors of #44DBA3
Black with #44DBA3
Text Example
Text Example
White with #44DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBA3; }
p { color: rgb(68,219,163); }
H1.HeaderClassName
{
color: #44DBA3;
}
.AnyTagClassName
{
color: #44DBA3;
}
</style>
background-color css
<style>
a { background-color: #44DBA3; }
a { background-color: rgb(68,219,163); }
div.DivClassName
{
background-color: #44DBA3;
}
.BgClassName
{
background-color: #44DBA3;
}
</style>
border-color css
<style>
span { border-color: #44DBA3; }
span { border-color: rgb(68,219,163); }
td.TdClassName
{
border-color: #44DBA3;
}
.TagClassName
{
border-color: #44DBA3;
}
</style>