Shades of Medium Aquamarine #68F4AF
Tints of Medium Aquamarine #68F4AF
RGB
CMYK
RGB Variations
Color information
#68F4AF (or 0x68F4AF) is known color: Medium Aquamarine. HEX triplet: 68, F4 and AF. RGB value is (104,244,175). Sum of RGB (Red+Green+Blue) = 104+244+175=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F4AF is #970B50. Grayscale: #C2C2C2. Windows color (decimal): -9898833 or 11531368. OLE color: 11531368.
HSL color Cylindrical-coordinate representation of color #68F4AF: hue angle of 150.43º 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 #68F4AF is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 175 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.04 |
| HSL | 150.43º | 0.86% | 0.68% | - |
| HSV(B) | 150.43º | 0.57% | 0.96% | - |
| XYZ | 45.8 | 70.74 | 51.8 | - |
| YUV | 194.27 | 117.12 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 175 | 0.57 | 0 | 0.28 | 0.04 | 150.43 | 0.86 | 0.68 |
| Hex | 68 | F4 | AF | 39 | 0 | 1C | 4 | 96 | 56 | 44 |
| Octal | 150 | 364 | 257 | 71 | 0 | 34 | 4 | 226 | 126 | 104 |
| Binary | 1101000 | 11110100 | 10101111 | 111001 | 0 | 11100 | 100 | 10010110 | 1010110 | 1000100 |
Color Harmonies of #68F4AF
Complementary color
Monochromatic Colors of #68F4AF
Black with #68F4AF
Text Example
Text Example
White with #68F4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4AF; }
p { color: rgb(104,244,175); }
H1.HeaderClassName
{
color: #68F4AF;
}
.AnyTagClassName
{
color: #68F4AF;
}
</style>
background-color css
<style>
a { background-color: #68F4AF; }
a { background-color: rgb(104,244,175); }
div.DivClassName
{
background-color: #68F4AF;
}
.BgClassName
{
background-color: #68F4AF;
}
</style>
border-color css
<style>
span { border-color: #68F4AF; }
span { border-color: rgb(104,244,175); }
td.TdClassName
{
border-color: #68F4AF;
}
.TagClassName
{
border-color: #68F4AF;
}
</style>