Shades of Medium Aquamarine #68BFAC
Tints of Medium Aquamarine #68BFAC
RGB
CMYK
RGB Variations
Color information
#68BFAC (or 0x68BFAC) is known color: Medium Aquamarine. HEX triplet: 68, BF and AC. RGB value is (104,191,172). Sum of RGB (Red+Green+Blue) = 104+191+172=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BFAC is #974053. Grayscale: #A2A2A2. Windows color (decimal): -9912404 or 11321192. OLE color: 11321192.
HSL color Cylindrical-coordinate representation of color #68BFAC: hue angle of 166.9º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BFAC is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 172 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.25 |
| HSL | 166.9º | 0.4% | 0.58% | - |
| HSV(B) | 166.9º | 0.46% | 0.75% | - |
| XYZ | 31.79 | 43.18 | 45.69 | - |
| YUV | 162.82 | 133.18 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 172 | 0.46 | 0 | 0.10 | 0.25 | 166.9 | 0.4 | 0.58 |
| Hex | 68 | BF | AC | 2E | 0 | A | 19 | A7 | 28 | 3A |
| Octal | 150 | 277 | 254 | 56 | 0 | 12 | 31 | 247 | 50 | 72 |
| Binary | 1101000 | 10111111 | 10101100 | 101110 | 0 | 1010 | 11001 | 10100111 | 101000 | 111010 |
Color Harmonies of #68BFAC
Complementary color
Monochromatic Colors of #68BFAC
Black with #68BFAC
Text Example
Text Example
White with #68BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFAC; }
p { color: rgb(104,191,172); }
H1.HeaderClassName
{
color: #68BFAC;
}
.AnyTagClassName
{
color: #68BFAC;
}
</style>
background-color css
<style>
a { background-color: #68BFAC; }
a { background-color: rgb(104,191,172); }
div.DivClassName
{
background-color: #68BFAC;
}
.BgClassName
{
background-color: #68BFAC;
}
</style>
border-color css
<style>
span { border-color: #68BFAC; }
span { border-color: rgb(104,191,172); }
td.TdClassName
{
border-color: #68BFAC;
}
.TagClassName
{
border-color: #68BFAC;
}
</style>