Shades of Medium Aquamarine #68D8A7
Tints of Medium Aquamarine #68D8A7
RGB
CMYK
RGB Variations
Color information
#68D8A7 (or 0x68D8A7) is known color: Medium Aquamarine. HEX triplet: 68, D8 and A7. RGB value is (104,216,167). Sum of RGB (Red+Green+Blue) = 104+216+167=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D8A7 is #972758. Grayscale: #B1B1B1. Windows color (decimal): -9906009 or 10999912. OLE color: 10999912.
HSL color Cylindrical-coordinate representation of color #68D8A7: hue angle of 153.75º degrees, saturation: 0.59, 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 #68D8A7 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 167 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.15 |
| HSL | 153.75º | 0.59% | 0.63% | - |
| HSV(B) | 153.75º | 0.52% | 0.85% | - |
| XYZ | 37.24 | 54.84 | 45.18 | - |
| YUV | 176.93 | 122.39 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 167 | 0.52 | 0 | 0.23 | 0.15 | 153.75 | 0.59 | 0.63 |
| Hex | 68 | D8 | A7 | 34 | 0 | 17 | F | 9A | 3B | 3F |
| Octal | 150 | 330 | 247 | 64 | 0 | 27 | 17 | 232 | 73 | 77 |
| Binary | 1101000 | 11011000 | 10100111 | 110100 | 0 | 10111 | 1111 | 10011010 | 111011 | 111111 |
Color Harmonies of #68D8A7
Complementary color
Monochromatic Colors of #68D8A7
Black with #68D8A7
Text Example
Text Example
White with #68D8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D8A7; }
p { color: rgb(104,216,167); }
H1.HeaderClassName
{
color: #68D8A7;
}
.AnyTagClassName
{
color: #68D8A7;
}
</style>
background-color css
<style>
a { background-color: #68D8A7; }
a { background-color: rgb(104,216,167); }
div.DivClassName
{
background-color: #68D8A7;
}
.BgClassName
{
background-color: #68D8A7;
}
</style>
border-color css
<style>
span { border-color: #68D8A7; }
span { border-color: rgb(104,216,167); }
td.TdClassName
{
border-color: #68D8A7;
}
.TagClassName
{
border-color: #68D8A7;
}
</style>