Shades of Medium Aquamarine #68C7A9
Tints of Medium Aquamarine #68C7A9
RGB
CMYK
RGB Variations
Color information
#68C7A9 (or 0x68C7A9) is known color: Medium Aquamarine. HEX triplet: 68, C7 and A9. RGB value is (104,199,169). Sum of RGB (Red+Green+Blue) = 104+199+169=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #68C7A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C7A9 is #973856. Grayscale: #A7A7A7. Windows color (decimal): -9910359 or 11126632. OLE color: 11126632.
HSL color Cylindrical-coordinate representation of color #68C7A9: hue angle of 161.05º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C7A9 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 169 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.22 |
| HSL | 161.05º | 0.46% | 0.59% | - |
| HSV(B) | 161.05º | 0.48% | 0.78% | - |
| XYZ | 33.29 | 46.65 | 44.79 | - |
| YUV | 167.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 169 | 0.48 | 0 | 0.15 | 0.22 | 161.05 | 0.46 | 0.59 |
| Hex | 68 | C7 | A9 | 30 | 0 | F | 16 | A1 | 2E | 3B |
| Octal | 150 | 307 | 251 | 60 | 0 | 17 | 26 | 241 | 56 | 73 |
| Binary | 1101000 | 11000111 | 10101001 | 110000 | 0 | 1111 | 10110 | 10100001 | 101110 | 111011 |
Color Harmonies of #68C7A9
Complementary color
Monochromatic Colors of #68C7A9
Black with #68C7A9
Text Example
Text Example
White with #68C7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C7A9; }
p { color: rgb(104,199,169); }
H1.HeaderClassName
{
color: #68C7A9;
}
.AnyTagClassName
{
color: #68C7A9;
}
</style>
background-color css
<style>
a { background-color: #68C7A9; }
a { background-color: rgb(104,199,169); }
div.DivClassName
{
background-color: #68C7A9;
}
.BgClassName
{
background-color: #68C7A9;
}
</style>
border-color css
<style>
span { border-color: #68C7A9; }
span { border-color: rgb(104,199,169); }
td.TdClassName
{
border-color: #68C7A9;
}
.TagClassName
{
border-color: #68C7A9;
}
</style>