Shades of Emerald #44CA86
Tints of Emerald #44CA86
RGB
CMYK
RGB Variations
Color information
#44CA86 (or 0x44CA86) is known color: Emerald. HEX triplet: 44, CA and 86. RGB value is (68,202,134). Sum of RGB (Red+Green+Blue) = 68+202+134=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CA86 is #BB3579. Grayscale: #9A9A9A. Windows color (decimal): -12268922 or 8833604. OLE color: 8833604.
HSL color Cylindrical-coordinate representation of color #44CA86: hue angle of 149.55º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44CA86 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 134 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.21 |
| HSL | 149.55º | 0.56% | 0.53% | - |
| HSV(B) | 149.55º | 0.66% | 0.79% | - |
| XYZ | 27.81 | 45.19 | 29.81 | - |
| YUV | 154.18 | 116.61 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 134 | 0.66 | 0 | 0.34 | 0.21 | 149.55 | 0.56 | 0.53 |
| Hex | 44 | CA | 86 | 42 | 0 | 22 | 15 | 96 | 38 | 35 |
| Octal | 104 | 312 | 206 | 102 | 0 | 42 | 25 | 226 | 70 | 65 |
| Binary | 1000100 | 11001010 | 10000110 | 1000010 | 0 | 100010 | 10101 | 10010110 | 111000 | 110101 |
Color Harmonies of #44CA86
Complementary color
Monochromatic Colors of #44CA86
Black with #44CA86
Text Example
Text Example
White with #44CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA86; }
p { color: rgb(68,202,134); }
H1.HeaderClassName
{
color: #44CA86;
}
.AnyTagClassName
{
color: #44CA86;
}
</style>
background-color css
<style>
a { background-color: #44CA86; }
a { background-color: rgb(68,202,134); }
div.DivClassName
{
background-color: #44CA86;
}
.BgClassName
{
background-color: #44CA86;
}
</style>
border-color css
<style>
span { border-color: #44CA86; }
span { border-color: rgb(68,202,134); }
td.TdClassName
{
border-color: #44CA86;
}
.TagClassName
{
border-color: #44CA86;
}
</style>