Shades of Medium Aquamarine #68F7AF
Tints of Medium Aquamarine #68F7AF
RGB
CMYK
RGB Variations
Color information
#68F7AF (or 0x68F7AF) is known color: Medium Aquamarine. HEX triplet: 68, F7 and AF. RGB value is (104,247,175). Sum of RGB (Red+Green+Blue) = 104+247+175=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #68F7AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F7AF is #970850. Grayscale: #C4C4C4. Windows color (decimal): -9898065 or 11532136. OLE color: 11532136.
HSL color Cylindrical-coordinate representation of color #68F7AF: hue angle of 149.79º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F7AF is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 247 | 175 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.03 |
| HSL | 149.79º | 0.9% | 0.69% | - |
| HSV(B) | 149.79º | 0.58% | 0.97% | - |
| XYZ | 46.71 | 72.56 | 52.1 | - |
| YUV | 196.04 | 116.12 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 247 | 175 | 0.58 | 0 | 0.29 | 0.03 | 149.79 | 0.9 | 0.69 |
| Hex | 68 | F7 | AF | 3A | 0 | 1D | 3 | 96 | 5A | 45 |
| Octal | 150 | 367 | 257 | 72 | 0 | 35 | 3 | 226 | 132 | 105 |
| Binary | 1101000 | 11110111 | 10101111 | 111010 | 0 | 11101 | 11 | 10010110 | 1011010 | 1000101 |
Color Harmonies of #68F7AF
Complementary color
Monochromatic Colors of #68F7AF
Black with #68F7AF
Text Example
Text Example
White with #68F7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F7AF; }
p { color: rgb(104,247,175); }
H1.HeaderClassName
{
color: #68F7AF;
}
.AnyTagClassName
{
color: #68F7AF;
}
</style>
background-color css
<style>
a { background-color: #68F7AF; }
a { background-color: rgb(104,247,175); }
div.DivClassName
{
background-color: #68F7AF;
}
.BgClassName
{
background-color: #68F7AF;
}
</style>
border-color css
<style>
span { border-color: #68F7AF; }
span { border-color: rgb(104,247,175); }
td.TdClassName
{
border-color: #68F7AF;
}
.TagClassName
{
border-color: #68F7AF;
}
</style>