Shades of Medium Aquamarine #68F8AF
Tints of Medium Aquamarine #68F8AF
RGB
CMYK
RGB Variations
Color information
#68F8AF (or 0x68F8AF) is known color: Medium Aquamarine. HEX triplet: 68, F8 and AF. RGB value is (104,248,175). Sum of RGB (Red+Green+Blue) = 104+248+175=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #68F8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F8AF is #970750. Grayscale: #C4C4C4. Windows color (decimal): -9897809 or 11532392. OLE color: 11532392.
HSL color Cylindrical-coordinate representation of color #68F8AF: hue angle of 149.58º degrees, saturation: 0.91, 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 #68F8AF is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 248 | 175 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.03 |
| HSL | 149.58º | 0.91% | 0.69% | - |
| HSV(B) | 149.58º | 0.58% | 0.97% | - |
| XYZ | 47.01 | 73.17 | 52.2 | - |
| YUV | 196.62 | 115.79 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 248 | 175 | 0.58 | 0 | 0.29 | 0.03 | 149.58 | 0.91 | 0.69 |
| Hex | 68 | F8 | AF | 3A | 0 | 1D | 3 | 96 | 5B | 45 |
| Octal | 150 | 370 | 257 | 72 | 0 | 35 | 3 | 226 | 133 | 105 |
| Binary | 1101000 | 11111000 | 10101111 | 111010 | 0 | 11101 | 11 | 10010110 | 1011011 | 1000101 |
Color Harmonies of #68F8AF
Complementary color
Monochromatic Colors of #68F8AF
Black with #68F8AF
Text Example
Text Example
White with #68F8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F8AF; }
p { color: rgb(104,248,175); }
H1.HeaderClassName
{
color: #68F8AF;
}
.AnyTagClassName
{
color: #68F8AF;
}
</style>
background-color css
<style>
a { background-color: #68F8AF; }
a { background-color: rgb(104,248,175); }
div.DivClassName
{
background-color: #68F8AF;
}
.BgClassName
{
background-color: #68F8AF;
}
</style>
border-color css
<style>
span { border-color: #68F8AF; }
span { border-color: rgb(104,248,175); }
td.TdClassName
{
border-color: #68F8AF;
}
.TagClassName
{
border-color: #68F8AF;
}
</style>