Shades of Emerald #68C880
Tints of Emerald #68C880
RGB
CMYK
RGB Variations
Color information
#68C880 (or 0x68C880) is known color: Emerald. HEX triplet: 68, C8 and 80. RGB value is (104,200,128). Sum of RGB (Red+Green+Blue) = 104+200+128=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #68C880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C880 is #97377F. Grayscale: #A3A3A3. Windows color (decimal): -9910144 or 8439912. OLE color: 8439912.
HSL color Cylindrical-coordinate representation of color #68C880: hue angle of 135º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C880 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 128 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.22 |
| HSL | 135º | 0.47% | 0.6% | - |
| HSV(B) | 135º | 0.48% | 0.78% | - |
| XYZ | 30.26 | 45.81 | 27.67 | - |
| YUV | 163.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 128 | 0.48 | 0 | 0.36 | 0.22 | 135 | 0.47 | 0.6 |
| Hex | 68 | C8 | 80 | 30 | 0 | 24 | 16 | 87 | 2F | 3C |
| Octal | 150 | 310 | 200 | 60 | 0 | 44 | 26 | 207 | 57 | 74 |
| Binary | 1101000 | 11001000 | 10000000 | 110000 | 0 | 100100 | 10110 | 10000111 | 101111 | 111100 |
Color Harmonies of #68C880
Complementary color
Monochromatic Colors of #68C880
Black with #68C880
Text Example
Text Example
White with #68C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C880; }
p { color: rgb(104,200,128); }
H1.HeaderClassName
{
color: #68C880;
}
.AnyTagClassName
{
color: #68C880;
}
</style>
background-color css
<style>
a { background-color: #68C880; }
a { background-color: rgb(104,200,128); }
div.DivClassName
{
background-color: #68C880;
}
.BgClassName
{
background-color: #68C880;
}
</style>
border-color css
<style>
span { border-color: #68C880; }
span { border-color: rgb(104,200,128); }
td.TdClassName
{
border-color: #68C880;
}
.TagClassName
{
border-color: #68C880;
}
</style>