Shades of Emerald #68D082
Tints of Emerald #68D082
RGB
CMYK
RGB Variations
Color information
#68D082 (or 0x68D082) is known color: Emerald. HEX triplet: 68, D0 and 82. RGB value is (104,208,130). Sum of RGB (Red+Green+Blue) = 104+208+130=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #68D082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D082 is #972F7D. Grayscale: #A8A8A8. Windows color (decimal): -9908094 or 8573032. OLE color: 8573032.
HSL color Cylindrical-coordinate representation of color #68D082: hue angle of 135º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D082 is Cyan = 0.5, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 130 | - |
| CMYK | 0.5 | 0 | 0.38 | 0.18 |
| HSL | 135º | 0.53% | 0.61% | - |
| HSV(B) | 135º | 0.5% | 0.82% | - |
| XYZ | 32.29 | 49.67 | 29 | - |
| YUV | 168.01 | 106.54 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 130 | 0.5 | 0 | 0.38 | 0.18 | 135 | 0.53 | 0.61 |
| Hex | 68 | D0 | 82 | 32 | 0 | 26 | 12 | 87 | 35 | 3D |
| Octal | 150 | 320 | 202 | 62 | 0 | 46 | 22 | 207 | 65 | 75 |
| Binary | 1101000 | 11010000 | 10000010 | 110010 | 0 | 100110 | 10010 | 10000111 | 110101 | 111101 |
Color Harmonies of #68D082
Complementary color
Monochromatic Colors of #68D082
Black with #68D082
Text Example
Text Example
White with #68D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D082; }
p { color: rgb(104,208,130); }
H1.HeaderClassName
{
color: #68D082;
}
.AnyTagClassName
{
color: #68D082;
}
</style>
background-color css
<style>
a { background-color: #68D082; }
a { background-color: rgb(104,208,130); }
div.DivClassName
{
background-color: #68D082;
}
.BgClassName
{
background-color: #68D082;
}
</style>
border-color css
<style>
span { border-color: #68D082; }
span { border-color: rgb(104,208,130); }
td.TdClassName
{
border-color: #68D082;
}
.TagClassName
{
border-color: #68D082;
}
</style>