Shades of Medium Aquamarine #68F5AF
Tints of Medium Aquamarine #68F5AF
RGB
CMYK
RGB Variations
Color information
#68F5AF (or 0x68F5AF) is known color: Medium Aquamarine. HEX triplet: 68, F5 and AF. RGB value is (104,245,175). Sum of RGB (Red+Green+Blue) = 104+245+175=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F5AF is #970A50. Grayscale: #C2C2C2. Windows color (decimal): -9898577 or 11531624. OLE color: 11531624.
HSL color Cylindrical-coordinate representation of color #68F5AF: hue angle of 150.21º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F5AF is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 245 | 175 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.04 |
| HSL | 150.21º | 0.88% | 0.68% | - |
| HSV(B) | 150.21º | 0.58% | 0.96% | - |
| XYZ | 46.1 | 71.34 | 51.9 | - |
| YUV | 194.86 | 116.79 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 175 | 0.58 | 0 | 0.29 | 0.04 | 150.21 | 0.88 | 0.68 |
| Hex | 68 | F5 | AF | 3A | 0 | 1D | 4 | 96 | 58 | 44 |
| Octal | 150 | 365 | 257 | 72 | 0 | 35 | 4 | 226 | 130 | 104 |
| Binary | 1101000 | 11110101 | 10101111 | 111010 | 0 | 11101 | 100 | 10010110 | 1011000 | 1000100 |
Color Harmonies of #68F5AF
Complementary color
Monochromatic Colors of #68F5AF
Black with #68F5AF
Text Example
Text Example
White with #68F5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F5AF; }
p { color: rgb(104,245,175); }
H1.HeaderClassName
{
color: #68F5AF;
}
.AnyTagClassName
{
color: #68F5AF;
}
</style>
background-color css
<style>
a { background-color: #68F5AF; }
a { background-color: rgb(104,245,175); }
div.DivClassName
{
background-color: #68F5AF;
}
.BgClassName
{
background-color: #68F5AF;
}
</style>
border-color css
<style>
span { border-color: #68F5AF; }
span { border-color: rgb(104,245,175); }
td.TdClassName
{
border-color: #68F5AF;
}
.TagClassName
{
border-color: #68F5AF;
}
</style>