Shades of Medium Aquamarine #68F2AC
Tints of Medium Aquamarine #68F2AC
RGB
CMYK
RGB Variations
Color information
#68F2AC (or 0x68F2AC) is known color: Medium Aquamarine. HEX triplet: 68, F2 and AC. RGB value is (104,242,172). Sum of RGB (Red+Green+Blue) = 104+242+172=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F2AC is #970D53. Grayscale: #C0C0C0. Windows color (decimal): -9899348 or 11334248. OLE color: 11334248.
HSL color Cylindrical-coordinate representation of color #68F2AC: hue angle of 149.57º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2AC is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 172 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.05 |
| HSL | 149.57º | 0.84% | 0.68% | - |
| HSV(B) | 149.57º | 0.57% | 0.95% | - |
| XYZ | 44.91 | 69.43 | 50.06 | - |
| YUV | 192.76 | 116.28 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 172 | 0.57 | 0 | 0.29 | 0.05 | 149.57 | 0.84 | 0.68 |
| Hex | 68 | F2 | AC | 39 | 0 | 1D | 5 | 96 | 54 | 44 |
| Octal | 150 | 362 | 254 | 71 | 0 | 35 | 5 | 226 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10101100 | 111001 | 0 | 11101 | 101 | 10010110 | 1010100 | 1000100 |
Color Harmonies of #68F2AC
Complementary color
Monochromatic Colors of #68F2AC
Black with #68F2AC
Text Example
Text Example
White with #68F2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2AC; }
p { color: rgb(104,242,172); }
H1.HeaderClassName
{
color: #68F2AC;
}
.AnyTagClassName
{
color: #68F2AC;
}
</style>
background-color css
<style>
a { background-color: #68F2AC; }
a { background-color: rgb(104,242,172); }
div.DivClassName
{
background-color: #68F2AC;
}
.BgClassName
{
background-color: #68F2AC;
}
</style>
border-color css
<style>
span { border-color: #68F2AC; }
span { border-color: rgb(104,242,172); }
td.TdClassName
{
border-color: #68F2AC;
}
.TagClassName
{
border-color: #68F2AC;
}
</style>