Shades of Medium Aquamarine #68C1A9
Tints of Medium Aquamarine #68C1A9
RGB
CMYK
RGB Variations
Color information
#68C1A9 (or 0x68C1A9) is known color: Medium Aquamarine. HEX triplet: 68, C1 and A9. RGB value is (104,193,169). Sum of RGB (Red+Green+Blue) = 104+193+169=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #68C1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C1A9 is #973E56. Grayscale: #A3A3A3. Windows color (decimal): -9911895 or 11125096. OLE color: 11125096.
HSL color Cylindrical-coordinate representation of color #68C1A9: hue angle of 163.82º 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 #68C1A9 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 169 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.24 |
| HSL | 163.82º | 0.42% | 0.58% | - |
| HSV(B) | 163.82º | 0.46% | 0.76% | - |
| XYZ | 31.94 | 43.95 | 44.34 | - |
| YUV | 163.65 | 131.01 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 169 | 0.46 | 0 | 0.12 | 0.24 | 163.82 | 0.42 | 0.58 |
| Hex | 68 | C1 | A9 | 2E | 0 | C | 18 | A4 | 2A | 3A |
| Octal | 150 | 301 | 251 | 56 | 0 | 14 | 30 | 244 | 52 | 72 |
| Binary | 1101000 | 11000001 | 10101001 | 101110 | 0 | 1100 | 11000 | 10100100 | 101010 | 111010 |
Color Harmonies of #68C1A9
Complementary color
Monochromatic Colors of #68C1A9
Black with #68C1A9
Text Example
Text Example
White with #68C1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C1A9; }
p { color: rgb(104,193,169); }
H1.HeaderClassName
{
color: #68C1A9;
}
.AnyTagClassName
{
color: #68C1A9;
}
</style>
background-color css
<style>
a { background-color: #68C1A9; }
a { background-color: rgb(104,193,169); }
div.DivClassName
{
background-color: #68C1A9;
}
.BgClassName
{
background-color: #68C1A9;
}
</style>
border-color css
<style>
span { border-color: #68C1A9; }
span { border-color: rgb(104,193,169); }
td.TdClassName
{
border-color: #68C1A9;
}
.TagClassName
{
border-color: #68C1A9;
}
</style>