Shades of Medium Aquamarine #68C0AA
Tints of Medium Aquamarine #68C0AA
RGB
CMYK
RGB Variations
Color information
#68C0AA (or 0x68C0AA) is known color: Medium Aquamarine. HEX triplet: 68, C0 and AA. RGB value is (104,192,170). Sum of RGB (Red+Green+Blue) = 104+192+170=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C0AA is #973F55. Grayscale: #A3A3A3. Windows color (decimal): -9912150 or 11190376. OLE color: 11190376.
HSL color Cylindrical-coordinate representation of color #68C0AA: hue angle of 165º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C0AA is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 170 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.25 |
| HSL | 165º | 0.41% | 0.58% | - |
| HSV(B) | 165º | 0.46% | 0.75% | - |
| XYZ | 31.81 | 43.54 | 44.76 | - |
| YUV | 163.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 170 | 0.46 | 0 | 0.11 | 0.25 | 165 | 0.41 | 0.58 |
| Hex | 68 | C0 | AA | 2E | 0 | B | 19 | A5 | 29 | 3A |
| Octal | 150 | 300 | 252 | 56 | 0 | 13 | 31 | 245 | 51 | 72 |
| Binary | 1101000 | 11000000 | 10101010 | 101110 | 0 | 1011 | 11001 | 10100101 | 101001 | 111010 |
Color Harmonies of #68C0AA
Complementary color
Monochromatic Colors of #68C0AA
Black with #68C0AA
Text Example
Text Example
White with #68C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C0AA; }
p { color: rgb(104,192,170); }
H1.HeaderClassName
{
color: #68C0AA;
}
.AnyTagClassName
{
color: #68C0AA;
}
</style>
background-color css
<style>
a { background-color: #68C0AA; }
a { background-color: rgb(104,192,170); }
div.DivClassName
{
background-color: #68C0AA;
}
.BgClassName
{
background-color: #68C0AA;
}
</style>
border-color css
<style>
span { border-color: #68C0AA; }
span { border-color: rgb(104,192,170); }
td.TdClassName
{
border-color: #68C0AA;
}
.TagClassName
{
border-color: #68C0AA;
}
</style>