Shades of Medium Aquamarine #68EC9F
Tints of Medium Aquamarine #68EC9F
RGB
CMYK
RGB Variations
Color information
#68EC9F (or 0x68EC9F) is known color: Medium Aquamarine. HEX triplet: 68, EC and 9F. RGB value is (104,236,159). Sum of RGB (Red+Green+Blue) = 104+236+159=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #68EC9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EC9F is #971360. Grayscale: #BBBBBB. Windows color (decimal): -9900897 or 10480744. OLE color: 10480744.
HSL color Cylindrical-coordinate representation of color #68EC9F: hue angle of 145º 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 #68EC9F is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 159 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.07 |
| HSL | 145º | 0.78% | 0.67% | - |
| HSV(B) | 145º | 0.56% | 0.93% | - |
| XYZ | 41.96 | 65.44 | 43.22 | - |
| YUV | 187.75 | 111.77 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 159 | 0.56 | 0 | 0.33 | 0.07 | 145 | 0.78 | 0.67 |
| Hex | 68 | EC | 9F | 38 | 0 | 21 | 7 | 91 | 4E | 43 |
| Octal | 150 | 354 | 237 | 70 | 0 | 41 | 7 | 221 | 116 | 103 |
| Binary | 1101000 | 11101100 | 10011111 | 111000 | 0 | 100001 | 111 | 10010001 | 1001110 | 1000011 |
Color Harmonies of #68EC9F
Complementary color
Monochromatic Colors of #68EC9F
Black with #68EC9F
Text Example
Text Example
White with #68EC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EC9F; }
p { color: rgb(104,236,159); }
H1.HeaderClassName
{
color: #68EC9F;
}
.AnyTagClassName
{
color: #68EC9F;
}
</style>
background-color css
<style>
a { background-color: #68EC9F; }
a { background-color: rgb(104,236,159); }
div.DivClassName
{
background-color: #68EC9F;
}
.BgClassName
{
background-color: #68EC9F;
}
</style>
border-color css
<style>
span { border-color: #68EC9F; }
span { border-color: rgb(104,236,159); }
td.TdClassName
{
border-color: #68EC9F;
}
.TagClassName
{
border-color: #68EC9F;
}
</style>