Shades of Emerald #68CE7E
Tints of Emerald #68CE7E
RGB
CMYK
RGB Variations
Color information
#68CE7E (or 0x68CE7E) is known color: Emerald. HEX triplet: 68, CE and 7E. RGB value is (104,206,126). Sum of RGB (Red+Green+Blue) = 104+206+126=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CE7E is #973181. Grayscale: #A6A6A6. Windows color (decimal): -9908610 or 8310376. OLE color: 8310376.
HSL color Cylindrical-coordinate representation of color #68CE7E: hue angle of 132.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CE7E is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 126 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.19 |
| HSL | 132.94º | 0.51% | 0.61% | - |
| HSV(B) | 132.94º | 0.5% | 0.81% | - |
| XYZ | 31.55 | 48.59 | 27.46 | - |
| YUV | 166.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 126 | 0.50 | 0 | 0.39 | 0.19 | 132.94 | 0.51 | 0.61 |
| Hex | 68 | CE | 7E | 32 | 0 | 27 | 13 | 85 | 33 | 3D |
| Octal | 150 | 316 | 176 | 62 | 0 | 47 | 23 | 205 | 63 | 75 |
| Binary | 1101000 | 11001110 | 1111110 | 110010 | 0 | 100111 | 10011 | 10000101 | 110011 | 111101 |
Color Harmonies of #68CE7E
Complementary color
Monochromatic Colors of #68CE7E
Black with #68CE7E
Text Example
Text Example
White with #68CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CE7E; }
p { color: rgb(104,206,126); }
H1.HeaderClassName
{
color: #68CE7E;
}
.AnyTagClassName
{
color: #68CE7E;
}
</style>
background-color css
<style>
a { background-color: #68CE7E; }
a { background-color: rgb(104,206,126); }
div.DivClassName
{
background-color: #68CE7E;
}
.BgClassName
{
background-color: #68CE7E;
}
</style>
border-color css
<style>
span { border-color: #68CE7E; }
span { border-color: rgb(104,206,126); }
td.TdClassName
{
border-color: #68CE7E;
}
.TagClassName
{
border-color: #68CE7E;
}
</style>