Shades of Medium Aquamarine #68C2A7
Tints of Medium Aquamarine #68C2A7
RGB
CMYK
RGB Variations
Color information
#68C2A7 (or 0x68C2A7) is known color: Medium Aquamarine. HEX triplet: 68, C2 and A7. RGB value is (104,194,167). Sum of RGB (Red+Green+Blue) = 104+194+167=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C2A7 is #973D58. Grayscale: #A4A4A4. Windows color (decimal): -9911641 or 10994280. OLE color: 10994280.
HSL color Cylindrical-coordinate representation of color #68C2A7: hue angle of 162º 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 #68C2A7 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 167 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.24 |
| HSL | 162º | 0.42% | 0.58% | - |
| HSV(B) | 162º | 0.46% | 0.76% | - |
| XYZ | 31.98 | 44.32 | 43.43 | - |
| YUV | 164.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 167 | 0.46 | 0 | 0.14 | 0.24 | 162 | 0.42 | 0.58 |
| Hex | 68 | C2 | A7 | 2E | 0 | E | 18 | A2 | 2A | 3A |
| Octal | 150 | 302 | 247 | 56 | 0 | 16 | 30 | 242 | 52 | 72 |
| Binary | 1101000 | 11000010 | 10100111 | 101110 | 0 | 1110 | 11000 | 10100010 | 101010 | 111010 |
Color Harmonies of #68C2A7
Complementary color
Monochromatic Colors of #68C2A7
Black with #68C2A7
Text Example
Text Example
White with #68C2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C2A7; }
p { color: rgb(104,194,167); }
H1.HeaderClassName
{
color: #68C2A7;
}
.AnyTagClassName
{
color: #68C2A7;
}
</style>
background-color css
<style>
a { background-color: #68C2A7; }
a { background-color: rgb(104,194,167); }
div.DivClassName
{
background-color: #68C2A7;
}
.BgClassName
{
background-color: #68C2A7;
}
</style>
border-color css
<style>
span { border-color: #68C2A7; }
span { border-color: rgb(104,194,167); }
td.TdClassName
{
border-color: #68C2A7;
}
.TagClassName
{
border-color: #68C2A7;
}
</style>