Shades of Medium Aquamarine #68F0AC
Tints of Medium Aquamarine #68F0AC
RGB
CMYK
RGB Variations
Color information
#68F0AC (or 0x68F0AC) is known color: Medium Aquamarine. HEX triplet: 68, F0 and AC. RGB value is (104,240,172). Sum of RGB (Red+Green+Blue) = 104+240+172=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F0AC is #970F53. Grayscale: #BFBFBF. Windows color (decimal): -9899860 or 11333736. OLE color: 11333736.
HSL color Cylindrical-coordinate representation of color #68F0AC: hue angle of 150º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0AC is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 172 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.06 |
| HSL | 150º | 0.82% | 0.67% | - |
| HSV(B) | 150º | 0.57% | 0.94% | - |
| XYZ | 44.32 | 68.24 | 49.87 | - |
| YUV | 191.58 | 116.94 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 172 | 0.57 | 0 | 0.28 | 0.06 | 150 | 0.82 | 0.67 |
| Hex | 68 | F0 | AC | 39 | 0 | 1C | 6 | 96 | 52 | 43 |
| Octal | 150 | 360 | 254 | 71 | 0 | 34 | 6 | 226 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10101100 | 111001 | 0 | 11100 | 110 | 10010110 | 1010010 | 1000011 |
Color Harmonies of #68F0AC
Complementary color
Monochromatic Colors of #68F0AC
Black with #68F0AC
Text Example
Text Example
White with #68F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0AC; }
p { color: rgb(104,240,172); }
H1.HeaderClassName
{
color: #68F0AC;
}
.AnyTagClassName
{
color: #68F0AC;
}
</style>
background-color css
<style>
a { background-color: #68F0AC; }
a { background-color: rgb(104,240,172); }
div.DivClassName
{
background-color: #68F0AC;
}
.BgClassName
{
background-color: #68F0AC;
}
</style>
border-color css
<style>
span { border-color: #68F0AC; }
span { border-color: rgb(104,240,172); }
td.TdClassName
{
border-color: #68F0AC;
}
.TagClassName
{
border-color: #68F0AC;
}
</style>