Shades of Medium Aquamarine #68C1A7
Tints of Medium Aquamarine #68C1A7
RGB
CMYK
RGB Variations
Color information
#68C1A7 (or 0x68C1A7) is known color: Medium Aquamarine. HEX triplet: 68, C1 and A7. RGB value is (104,193,167). Sum of RGB (Red+Green+Blue) = 104+193+167=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #68C1A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C1A7 is #973E58. Grayscale: #A3A3A3. Windows color (decimal): -9911897 or 10994024. OLE color: 10994024.
HSL color Cylindrical-coordinate representation of color #68C1A7: hue angle of 162.47º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C1A7 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 167 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.24 |
| HSL | 162.47º | 0.42% | 0.58% | - |
| HSV(B) | 162.47º | 0.46% | 0.76% | - |
| XYZ | 31.75 | 43.87 | 43.35 | - |
| YUV | 163.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 167 | 0.46 | 0 | 0.13 | 0.24 | 162.47 | 0.42 | 0.58 |
| Hex | 68 | C1 | A7 | 2E | 0 | D | 18 | A2 | 2A | 3A |
| Octal | 150 | 301 | 247 | 56 | 0 | 15 | 30 | 242 | 52 | 72 |
| Binary | 1101000 | 11000001 | 10100111 | 101110 | 0 | 1101 | 11000 | 10100010 | 101010 | 111010 |
Color Harmonies of #68C1A7
Complementary color
Monochromatic Colors of #68C1A7
Black with #68C1A7
Text Example
Text Example
White with #68C1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C1A7; }
p { color: rgb(104,193,167); }
H1.HeaderClassName
{
color: #68C1A7;
}
.AnyTagClassName
{
color: #68C1A7;
}
</style>
background-color css
<style>
a { background-color: #68C1A7; }
a { background-color: rgb(104,193,167); }
div.DivClassName
{
background-color: #68C1A7;
}
.BgClassName
{
background-color: #68C1A7;
}
</style>
border-color css
<style>
span { border-color: #68C1A7; }
span { border-color: rgb(104,193,167); }
td.TdClassName
{
border-color: #68C1A7;
}
.TagClassName
{
border-color: #68C1A7;
}
</style>