Shades of Emerald #44C07B
Tints of Emerald #44C07B
RGB
CMYK
RGB Variations
Color information
#44C07B (or 0x44C07B) is known color: Emerald. HEX triplet: 44, C0 and 7B. RGB value is (68,192,123). Sum of RGB (Red+Green+Blue) = 68+192+123=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #44C07B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C07B is #BB3F84. Grayscale: #939393. Windows color (decimal): -12271493 or 8110148. OLE color: 8110148.
HSL color Cylindrical-coordinate representation of color #44C07B: hue angle of 146.61º 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 #44C07B is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 123 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.25 |
| HSL | 146.61º | 0.5% | 0.51% | - |
| HSV(B) | 146.61º | 0.65% | 0.75% | - |
| XYZ | 24.81 | 40.36 | 25.22 | - |
| YUV | 147.06 | 114.42 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 123 | 0.65 | 0 | 0.36 | 0.25 | 146.61 | 0.5 | 0.51 |
| Hex | 44 | C0 | 7B | 41 | 0 | 24 | 19 | 93 | 32 | 33 |
| Octal | 104 | 300 | 173 | 101 | 0 | 44 | 31 | 223 | 62 | 63 |
| Binary | 1000100 | 11000000 | 1111011 | 1000001 | 0 | 100100 | 11001 | 10010011 | 110010 | 110011 |
Color Harmonies of #44C07B
Complementary color
Monochromatic Colors of #44C07B
Black with #44C07B
Text Example
Text Example
White with #44C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C07B; }
p { color: rgb(68,192,123); }
H1.HeaderClassName
{
color: #44C07B;
}
.AnyTagClassName
{
color: #44C07B;
}
</style>
background-color css
<style>
a { background-color: #44C07B; }
a { background-color: rgb(68,192,123); }
div.DivClassName
{
background-color: #44C07B;
}
.BgClassName
{
background-color: #44C07B;
}
</style>
border-color css
<style>
span { border-color: #44C07B; }
span { border-color: rgb(68,192,123); }
td.TdClassName
{
border-color: #44C07B;
}
.TagClassName
{
border-color: #44C07B;
}
</style>