Shades of Medium Aquamarine #68EC9E
Tints of Medium Aquamarine #68EC9E
RGB
CMYK
RGB Variations
Color information
#68EC9E (or 0x68EC9E) is known color: Medium Aquamarine. HEX triplet: 68, EC and 9E. RGB value is (104,236,158). Sum of RGB (Red+Green+Blue) = 104+236+158=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #68EC9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EC9E is #971361. Grayscale: #BBBBBB. Windows color (decimal): -9900898 or 10415208. OLE color: 10415208.
HSL color Cylindrical-coordinate representation of color #68EC9E: hue angle of 144.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EC9E is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 158 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.07 |
| HSL | 144.55º | 0.78% | 0.67% | - |
| HSV(B) | 144.55º | 0.56% | 0.93% | - |
| XYZ | 41.88 | 65.4 | 42.76 | - |
| YUV | 187.64 | 111.27 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 158 | 0.56 | 0 | 0.33 | 0.07 | 144.55 | 0.78 | 0.67 |
| Hex | 68 | EC | 9E | 38 | 0 | 21 | 7 | 91 | 4E | 43 |
| Octal | 150 | 354 | 236 | 70 | 0 | 41 | 7 | 221 | 116 | 103 |
| Binary | 1101000 | 11101100 | 10011110 | 111000 | 0 | 100001 | 111 | 10010001 | 1001110 | 1000011 |
Color Harmonies of #68EC9E
Complementary color
Monochromatic Colors of #68EC9E
Black with #68EC9E
Text Example
Text Example
White with #68EC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EC9E; }
p { color: rgb(104,236,158); }
H1.HeaderClassName
{
color: #68EC9E;
}
.AnyTagClassName
{
color: #68EC9E;
}
</style>
background-color css
<style>
a { background-color: #68EC9E; }
a { background-color: rgb(104,236,158); }
div.DivClassName
{
background-color: #68EC9E;
}
.BgClassName
{
background-color: #68EC9E;
}
</style>
border-color css
<style>
span { border-color: #68EC9E; }
span { border-color: rgb(104,236,158); }
td.TdClassName
{
border-color: #68EC9E;
}
.TagClassName
{
border-color: #68EC9E;
}
</style>