Shades of Medium Aquamarine #68C0AC
Tints of Medium Aquamarine #68C0AC
RGB
CMYK
RGB Variations
Color information
#68C0AC (or 0x68C0AC) is known color: Medium Aquamarine. HEX triplet: 68, C0 and AC. RGB value is (104,192,172). Sum of RGB (Red+Green+Blue) = 104+192+172=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C0AC is #973F53. Grayscale: #A3A3A3. Windows color (decimal): -9912148 or 11321448. OLE color: 11321448.
HSL color Cylindrical-coordinate representation of color #68C0AC: hue angle of 166.36º degrees, saturation: 0.41, 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 #68C0AC is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 172 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.25 |
| HSL | 166.36º | 0.41% | 0.58% | - |
| HSV(B) | 166.36º | 0.46% | 0.75% | - |
| XYZ | 32 | 43.62 | 45.76 | - |
| YUV | 163.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 172 | 0.46 | 0 | 0.10 | 0.25 | 166.36 | 0.41 | 0.58 |
| Hex | 68 | C0 | AC | 2E | 0 | A | 19 | A6 | 29 | 3A |
| Octal | 150 | 300 | 254 | 56 | 0 | 12 | 31 | 246 | 51 | 72 |
| Binary | 1101000 | 11000000 | 10101100 | 101110 | 0 | 1010 | 11001 | 10100110 | 101001 | 111010 |
Color Harmonies of #68C0AC
Complementary color
Monochromatic Colors of #68C0AC
Black with #68C0AC
Text Example
Text Example
White with #68C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C0AC; }
p { color: rgb(104,192,172); }
H1.HeaderClassName
{
color: #68C0AC;
}
.AnyTagClassName
{
color: #68C0AC;
}
</style>
background-color css
<style>
a { background-color: #68C0AC; }
a { background-color: rgb(104,192,172); }
div.DivClassName
{
background-color: #68C0AC;
}
.BgClassName
{
background-color: #68C0AC;
}
</style>
border-color css
<style>
span { border-color: #68C0AC; }
span { border-color: rgb(104,192,172); }
td.TdClassName
{
border-color: #68C0AC;
}
.TagClassName
{
border-color: #68C0AC;
}
</style>