Shades of Medium Aquamarine #68D9A6
Tints of Medium Aquamarine #68D9A6
RGB
CMYK
RGB Variations
Color information
#68D9A6 (or 0x68D9A6) is known color: Medium Aquamarine. HEX triplet: 68, D9 and A6. RGB value is (104,217,166). Sum of RGB (Red+Green+Blue) = 104+217+166=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D9A6 is #972659. Grayscale: #B1B1B1. Windows color (decimal): -9905754 or 10934632. OLE color: 10934632.
HSL color Cylindrical-coordinate representation of color #68D9A6: hue angle of 152.92º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D9A6 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 166 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.15 |
| HSL | 152.92º | 0.6% | 0.63% | - |
| HSV(B) | 152.92º | 0.52% | 0.85% | - |
| XYZ | 37.4 | 55.32 | 44.78 | - |
| YUV | 177.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 166 | 0.52 | 0 | 0.24 | 0.15 | 152.92 | 0.6 | 0.63 |
| Hex | 68 | D9 | A6 | 34 | 0 | 18 | F | 99 | 3C | 3F |
| Octal | 150 | 331 | 246 | 64 | 0 | 30 | 17 | 231 | 74 | 77 |
| Binary | 1101000 | 11011001 | 10100110 | 110100 | 0 | 11000 | 1111 | 10011001 | 111100 | 111111 |
Color Harmonies of #68D9A6
Complementary color
Monochromatic Colors of #68D9A6
Black with #68D9A6
Text Example
Text Example
White with #68D9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D9A6; }
p { color: rgb(104,217,166); }
H1.HeaderClassName
{
color: #68D9A6;
}
.AnyTagClassName
{
color: #68D9A6;
}
</style>
background-color css
<style>
a { background-color: #68D9A6; }
a { background-color: rgb(104,217,166); }
div.DivClassName
{
background-color: #68D9A6;
}
.BgClassName
{
background-color: #68D9A6;
}
</style>
border-color css
<style>
span { border-color: #68D9A6; }
span { border-color: rgb(104,217,166); }
td.TdClassName
{
border-color: #68D9A6;
}
.TagClassName
{
border-color: #68D9A6;
}
</style>