Shades of Medium Aquamarine #68C5AC
Tints of Medium Aquamarine #68C5AC
RGB
CMYK
RGB Variations
Color information
#68C5AC (or 0x68C5AC) is known color: Medium Aquamarine. HEX triplet: 68, C5 and AC. RGB value is (104,197,172). Sum of RGB (Red+Green+Blue) = 104+197+172=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C5AC is #973A53. Grayscale: #A6A6A6. Windows color (decimal): -9910868 or 11322728. OLE color: 11322728.
HSL color Cylindrical-coordinate representation of color #68C5AC: hue angle of 163.87º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C5AC is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 172 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.23 |
| HSL | 163.87º | 0.44% | 0.59% | - |
| HSV(B) | 163.87º | 0.47% | 0.77% | - |
| XYZ | 33.12 | 45.85 | 46.13 | - |
| YUV | 166.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 172 | 0.47 | 0 | 0.13 | 0.23 | 163.87 | 0.44 | 0.59 |
| Hex | 68 | C5 | AC | 2F | 0 | D | 17 | A4 | 2C | 3B |
| Octal | 150 | 305 | 254 | 57 | 0 | 15 | 27 | 244 | 54 | 73 |
| Binary | 1101000 | 11000101 | 10101100 | 101111 | 0 | 1101 | 10111 | 10100100 | 101100 | 111011 |
Color Harmonies of #68C5AC
Complementary color
Monochromatic Colors of #68C5AC
Black with #68C5AC
Text Example
Text Example
White with #68C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C5AC; }
p { color: rgb(104,197,172); }
H1.HeaderClassName
{
color: #68C5AC;
}
.AnyTagClassName
{
color: #68C5AC;
}
</style>
background-color css
<style>
a { background-color: #68C5AC; }
a { background-color: rgb(104,197,172); }
div.DivClassName
{
background-color: #68C5AC;
}
.BgClassName
{
background-color: #68C5AC;
}
</style>
border-color css
<style>
span { border-color: #68C5AC; }
span { border-color: rgb(104,197,172); }
td.TdClassName
{
border-color: #68C5AC;
}
.TagClassName
{
border-color: #68C5AC;
}
</style>