Shades of Medium Aquamarine #68F7AC
Tints of Medium Aquamarine #68F7AC
RGB
CMYK
RGB Variations
Color information
#68F7AC (or 0x68F7AC) is known color: Medium Aquamarine. HEX triplet: 68, F7 and AC. RGB value is (104,247,172). Sum of RGB (Red+Green+Blue) = 104+247+172=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #68F7AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F7AC is #970853. Grayscale: #C3C3C3. Windows color (decimal): -9898068 or 11335528. OLE color: 11335528.
HSL color Cylindrical-coordinate representation of color #68F7AC: hue angle of 148.53º 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 #68F7AC is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 247 | 172 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.03 |
| HSL | 148.53º | 0.9% | 0.69% | - |
| HSV(B) | 148.53º | 0.58% | 0.97% | - |
| XYZ | 46.42 | 72.44 | 50.57 | - |
| YUV | 195.69 | 114.62 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 247 | 172 | 0.58 | 0 | 0.30 | 0.03 | 148.53 | 0.9 | 0.69 |
| Hex | 68 | F7 | AC | 3A | 0 | 1E | 3 | 95 | 5A | 45 |
| Octal | 150 | 367 | 254 | 72 | 0 | 36 | 3 | 225 | 132 | 105 |
| Binary | 1101000 | 11110111 | 10101100 | 111010 | 0 | 11110 | 11 | 10010101 | 1011010 | 1000101 |
Color Harmonies of #68F7AC
Complementary color
Monochromatic Colors of #68F7AC
Black with #68F7AC
Text Example
Text Example
White with #68F7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F7AC; }
p { color: rgb(104,247,172); }
H1.HeaderClassName
{
color: #68F7AC;
}
.AnyTagClassName
{
color: #68F7AC;
}
</style>
background-color css
<style>
a { background-color: #68F7AC; }
a { background-color: rgb(104,247,172); }
div.DivClassName
{
background-color: #68F7AC;
}
.BgClassName
{
background-color: #68F7AC;
}
</style>
border-color css
<style>
span { border-color: #68F7AC; }
span { border-color: rgb(104,247,172); }
td.TdClassName
{
border-color: #68F7AC;
}
.TagClassName
{
border-color: #68F7AC;
}
</style>