Shades of Emerald #44CB6A
Tints of Emerald #44CB6A
RGB
CMYK
RGB Variations
Color information
#44CB6A (or 0x44CB6A) is known color: Emerald. HEX triplet: 44, CB and 6A. RGB value is (68,203,106). Sum of RGB (Red+Green+Blue) = 68+203+106=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #44CB6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CB6A is #BB3495. Grayscale: #979797. Windows color (decimal): -12268694 or 6998852. OLE color: 6998852.
HSL color Cylindrical-coordinate representation of color #44CB6A: hue angle of 136.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CB6A is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 203 | 106 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.20 |
| HSL | 136.89º | 0.56% | 0.53% | - |
| HSV(B) | 136.89º | 0.67% | 0.8% | - |
| XYZ | 26.34 | 44.98 | 20.93 | - |
| YUV | 151.58 | 102.27 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 203 | 106 | 0.67 | 0 | 0.48 | 0.20 | 136.89 | 0.56 | 0.53 |
| Hex | 44 | CB | 6A | 43 | 0 | 30 | 14 | 89 | 38 | 35 |
| Octal | 104 | 313 | 152 | 103 | 0 | 60 | 24 | 211 | 70 | 65 |
| Binary | 1000100 | 11001011 | 1101010 | 1000011 | 0 | 110000 | 10100 | 10001001 | 111000 | 110101 |
Color Harmonies of #44CB6A
Complementary color
Monochromatic Colors of #44CB6A
Black with #44CB6A
Text Example
Text Example
White with #44CB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CB6A; }
p { color: rgb(68,203,106); }
H1.HeaderClassName
{
color: #44CB6A;
}
.AnyTagClassName
{
color: #44CB6A;
}
</style>
background-color css
<style>
a { background-color: #44CB6A; }
a { background-color: rgb(68,203,106); }
div.DivClassName
{
background-color: #44CB6A;
}
.BgClassName
{
background-color: #44CB6A;
}
</style>
border-color css
<style>
span { border-color: #44CB6A; }
span { border-color: rgb(68,203,106); }
td.TdClassName
{
border-color: #44CB6A;
}
.TagClassName
{
border-color: #44CB6A;
}
</style>