Shades of Medium Aquamarine #68C2A9
Tints of Medium Aquamarine #68C2A9
RGB
CMYK
RGB Variations
Color information
#68C2A9 (or 0x68C2A9) is known color: Medium Aquamarine. HEX triplet: 68, C2 and A9. RGB value is (104,194,169). Sum of RGB (Red+Green+Blue) = 104+194+169=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C2A9 is #973D56. Grayscale: #A4A4A4. Windows color (decimal): -9911639 or 11125352. OLE color: 11125352.
HSL color Cylindrical-coordinate representation of color #68C2A9: hue angle of 163.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C2A9 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 169 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.24 |
| HSL | 163.33º | 0.42% | 0.58% | - |
| HSV(B) | 163.33º | 0.46% | 0.76% | - |
| XYZ | 32.16 | 44.39 | 44.41 | - |
| YUV | 164.24 | 130.68 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 169 | 0.46 | 0 | 0.13 | 0.24 | 163.33 | 0.42 | 0.58 |
| Hex | 68 | C2 | A9 | 2E | 0 | D | 18 | A3 | 2A | 3A |
| Octal | 150 | 302 | 251 | 56 | 0 | 15 | 30 | 243 | 52 | 72 |
| Binary | 1101000 | 11000010 | 10101001 | 101110 | 0 | 1101 | 11000 | 10100011 | 101010 | 111010 |
Color Harmonies of #68C2A9
Complementary color
Monochromatic Colors of #68C2A9
Black with #68C2A9
Text Example
Text Example
White with #68C2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C2A9; }
p { color: rgb(104,194,169); }
H1.HeaderClassName
{
color: #68C2A9;
}
.AnyTagClassName
{
color: #68C2A9;
}
</style>
background-color css
<style>
a { background-color: #68C2A9; }
a { background-color: rgb(104,194,169); }
div.DivClassName
{
background-color: #68C2A9;
}
.BgClassName
{
background-color: #68C2A9;
}
</style>
border-color css
<style>
span { border-color: #68C2A9; }
span { border-color: rgb(104,194,169); }
td.TdClassName
{
border-color: #68C2A9;
}
.TagClassName
{
border-color: #68C2A9;
}
</style>