Shades of Emerald #44C07F
Tints of Emerald #44C07F
RGB
CMYK
RGB Variations
Color information
#44C07F (or 0x44C07F) is known color: Emerald. HEX triplet: 44, C0 and 7F. RGB value is (68,192,127). Sum of RGB (Red+Green+Blue) = 68+192+127=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #44C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C07F is #BB3F80. Grayscale: #939393. Windows color (decimal): -12271489 or 8372292. OLE color: 8372292.
HSL color Cylindrical-coordinate representation of color #44C07F: hue angle of 148.55º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C07F is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 127 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.25 |
| HSL | 148.55º | 0.5% | 0.51% | - |
| HSV(B) | 148.55º | 0.65% | 0.75% | - |
| XYZ | 25.06 | 40.46 | 26.57 | - |
| YUV | 147.51 | 116.42 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 127 | 0.65 | 0 | 0.34 | 0.25 | 148.55 | 0.5 | 0.51 |
| Hex | 44 | C0 | 7F | 41 | 0 | 22 | 19 | 95 | 32 | 33 |
| Octal | 104 | 300 | 177 | 101 | 0 | 42 | 31 | 225 | 62 | 63 |
| Binary | 1000100 | 11000000 | 1111111 | 1000001 | 0 | 100010 | 11001 | 10010101 | 110010 | 110011 |
Color Harmonies of #44C07F
Complementary color
Monochromatic Colors of #44C07F
Black with #44C07F
Text Example
Text Example
White with #44C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C07F; }
p { color: rgb(68,192,127); }
H1.HeaderClassName
{
color: #44C07F;
}
.AnyTagClassName
{
color: #44C07F;
}
</style>
background-color css
<style>
a { background-color: #44C07F; }
a { background-color: rgb(68,192,127); }
div.DivClassName
{
background-color: #44C07F;
}
.BgClassName
{
background-color: #44C07F;
}
</style>
border-color css
<style>
span { border-color: #44C07F; }
span { border-color: rgb(68,192,127); }
td.TdClassName
{
border-color: #44C07F;
}
.TagClassName
{
border-color: #44C07F;
}
</style>