Shades of Medium Aquamarine #68F4A7
Tints of Medium Aquamarine #68F4A7
RGB
CMYK
RGB Variations
Color information
#68F4A7 (or 0x68F4A7) is known color: Medium Aquamarine. HEX triplet: 68, F4 and A7. RGB value is (104,244,167). Sum of RGB (Red+Green+Blue) = 104+244+167=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F4A7 is #970B58. Grayscale: #C1C1C1. Windows color (decimal): -9898841 or 11007080. OLE color: 11007080.
HSL color Cylindrical-coordinate representation of color #68F4A7: hue angle of 147º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4A7 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 167 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.04 |
| HSL | 147º | 0.86% | 0.68% | - |
| HSV(B) | 147º | 0.57% | 0.96% | - |
| XYZ | 45.03 | 70.43 | 47.78 | - |
| YUV | 193.36 | 113.12 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 167 | 0.57 | 0 | 0.32 | 0.04 | 147 | 0.86 | 0.68 |
| Hex | 68 | F4 | A7 | 39 | 0 | 20 | 4 | 93 | 56 | 44 |
| Octal | 150 | 364 | 247 | 71 | 0 | 40 | 4 | 223 | 126 | 104 |
| Binary | 1101000 | 11110100 | 10100111 | 111001 | 0 | 100000 | 100 | 10010011 | 1010110 | 1000100 |
Color Harmonies of #68F4A7
Complementary color
Monochromatic Colors of #68F4A7
Black with #68F4A7
Text Example
Text Example
White with #68F4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4A7; }
p { color: rgb(104,244,167); }
H1.HeaderClassName
{
color: #68F4A7;
}
.AnyTagClassName
{
color: #68F4A7;
}
</style>
background-color css
<style>
a { background-color: #68F4A7; }
a { background-color: rgb(104,244,167); }
div.DivClassName
{
background-color: #68F4A7;
}
.BgClassName
{
background-color: #68F4A7;
}
</style>
border-color css
<style>
span { border-color: #68F4A7; }
span { border-color: rgb(104,244,167); }
td.TdClassName
{
border-color: #68F4A7;
}
.TagClassName
{
border-color: #68F4A7;
}
</style>