Shades of Emerald #68D182
Tints of Emerald #68D182
RGB
CMYK
RGB Variations
Color information
#68D182 (or 0x68D182) is known color: Emerald. HEX triplet: 68, D1 and 82. RGB value is (104,209,130). Sum of RGB (Red+Green+Blue) = 104+209+130=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #68D182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D182 is #972E7D. Grayscale: #A8A8A8. Windows color (decimal): -9907838 or 8573288. OLE color: 8573288.
HSL color Cylindrical-coordinate representation of color #68D182: hue angle of 134.86º 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 #68D182 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 209 | 130 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.18 |
| HSL | 134.86º | 0.53% | 0.61% | - |
| HSV(B) | 134.86º | 0.5% | 0.82% | - |
| XYZ | 32.54 | 50.16 | 29.09 | - |
| YUV | 168.6 | 106.21 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 130 | 0.50 | 0 | 0.38 | 0.18 | 134.86 | 0.53 | 0.61 |
| Hex | 68 | D1 | 82 | 32 | 0 | 26 | 12 | 87 | 35 | 3D |
| Octal | 150 | 321 | 202 | 62 | 0 | 46 | 22 | 207 | 65 | 75 |
| Binary | 1101000 | 11010001 | 10000010 | 110010 | 0 | 100110 | 10010 | 10000111 | 110101 | 111101 |
Color Harmonies of #68D182
Complementary color
Monochromatic Colors of #68D182
Black with #68D182
Text Example
Text Example
White with #68D182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D182; }
p { color: rgb(104,209,130); }
H1.HeaderClassName
{
color: #68D182;
}
.AnyTagClassName
{
color: #68D182;
}
</style>
background-color css
<style>
a { background-color: #68D182; }
a { background-color: rgb(104,209,130); }
div.DivClassName
{
background-color: #68D182;
}
.BgClassName
{
background-color: #68D182;
}
</style>
border-color css
<style>
span { border-color: #68D182; }
span { border-color: rgb(104,209,130); }
td.TdClassName
{
border-color: #68D182;
}
.TagClassName
{
border-color: #68D182;
}
</style>