Shades of Medium Aquamarine #68F6AD
Tints of Medium Aquamarine #68F6AD
RGB
CMYK
RGB Variations
Color information
#68F6AD (or 0x68F6AD) is known color: Medium Aquamarine. HEX triplet: 68, F6 and AD. RGB value is (104,246,173). Sum of RGB (Red+Green+Blue) = 104+246+173=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F6AD is #970952. Grayscale: #C3C3C3. Windows color (decimal): -9898323 or 11400808. OLE color: 11400808.
HSL color Cylindrical-coordinate representation of color #68F6AD: hue angle of 149.15º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6AD is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 246 | 173 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.04 |
| HSL | 149.15º | 0.89% | 0.69% | - |
| HSV(B) | 149.15º | 0.58% | 0.96% | - |
| XYZ | 46.21 | 71.87 | 50.97 | - |
| YUV | 195.22 | 115.46 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 246 | 173 | 0.58 | 0 | 0.30 | 0.04 | 149.15 | 0.89 | 0.69 |
| Hex | 68 | F6 | AD | 3A | 0 | 1E | 4 | 95 | 59 | 45 |
| Octal | 150 | 366 | 255 | 72 | 0 | 36 | 4 | 225 | 131 | 105 |
| Binary | 1101000 | 11110110 | 10101101 | 111010 | 0 | 11110 | 100 | 10010101 | 1011001 | 1000101 |
Color Harmonies of #68F6AD
Complementary color
Monochromatic Colors of #68F6AD
Black with #68F6AD
Text Example
Text Example
White with #68F6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F6AD; }
p { color: rgb(104,246,173); }
H1.HeaderClassName
{
color: #68F6AD;
}
.AnyTagClassName
{
color: #68F6AD;
}
</style>
background-color css
<style>
a { background-color: #68F6AD; }
a { background-color: rgb(104,246,173); }
div.DivClassName
{
background-color: #68F6AD;
}
.BgClassName
{
background-color: #68F6AD;
}
</style>
border-color css
<style>
span { border-color: #68F6AD; }
span { border-color: rgb(104,246,173); }
td.TdClassName
{
border-color: #68F6AD;
}
.TagClassName
{
border-color: #68F6AD;
}
</style>