Shades of Medium Aquamarine #68D8AC
Tints of Medium Aquamarine #68D8AC
RGB
CMYK
RGB Variations
Color information
#68D8AC (or 0x68D8AC) is known color: Medium Aquamarine. HEX triplet: 68, D8 and AC. RGB value is (104,216,172). Sum of RGB (Red+Green+Blue) = 104+216+172=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D8AC is #972753. Grayscale: #B1B1B1. Windows color (decimal): -9906004 or 11327592. OLE color: 11327592.
HSL color Cylindrical-coordinate representation of color #68D8AC: hue angle of 156.43º 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 #68D8AC is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 172 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.15 |
| HSL | 156.43º | 0.59% | 0.63% | - |
| HSV(B) | 156.43º | 0.52% | 0.85% | - |
| XYZ | 37.71 | 55.03 | 47.66 | - |
| YUV | 177.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 172 | 0.52 | 0 | 0.20 | 0.15 | 156.43 | 0.59 | 0.63 |
| Hex | 68 | D8 | AC | 34 | 0 | 14 | F | 9C | 3B | 3F |
| Octal | 150 | 330 | 254 | 64 | 0 | 24 | 17 | 234 | 73 | 77 |
| Binary | 1101000 | 11011000 | 10101100 | 110100 | 0 | 10100 | 1111 | 10011100 | 111011 | 111111 |
Color Harmonies of #68D8AC
Complementary color
Monochromatic Colors of #68D8AC
Black with #68D8AC
Text Example
Text Example
White with #68D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D8AC; }
p { color: rgb(104,216,172); }
H1.HeaderClassName
{
color: #68D8AC;
}
.AnyTagClassName
{
color: #68D8AC;
}
</style>
background-color css
<style>
a { background-color: #68D8AC; }
a { background-color: rgb(104,216,172); }
div.DivClassName
{
background-color: #68D8AC;
}
.BgClassName
{
background-color: #68D8AC;
}
</style>
border-color css
<style>
span { border-color: #68D8AC; }
span { border-color: rgb(104,216,172); }
td.TdClassName
{
border-color: #68D8AC;
}
.TagClassName
{
border-color: #68D8AC;
}
</style>