Shades of Medium Aquamarine #68C0A4
Tints of Medium Aquamarine #68C0A4
RGB
CMYK
RGB Variations
Color information
#68C0A4 (or 0x68C0A4) is known color: Medium Aquamarine. HEX triplet: 68, C0 and A4. RGB value is (104,192,164). Sum of RGB (Red+Green+Blue) = 104+192+164=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C0A4 is #973F5B. Grayscale: #A2A2A2. Windows color (decimal): -9912156 or 10797160. OLE color: 10797160.
HSL color Cylindrical-coordinate representation of color #68C0A4: hue angle of 160.91º 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 #68C0A4 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 164 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.25 |
| HSL | 160.91º | 0.41% | 0.58% | - |
| HSV(B) | 160.91º | 0.46% | 0.75% | - |
| XYZ | 31.26 | 43.32 | 41.84 | - |
| YUV | 162.5 | 128.85 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 164 | 0.46 | 0 | 0.15 | 0.25 | 160.91 | 0.41 | 0.58 |
| Hex | 68 | C0 | A4 | 2E | 0 | F | 19 | A1 | 29 | 3A |
| Octal | 150 | 300 | 244 | 56 | 0 | 17 | 31 | 241 | 51 | 72 |
| Binary | 1101000 | 11000000 | 10100100 | 101110 | 0 | 1111 | 11001 | 10100001 | 101001 | 111010 |
Color Harmonies of #68C0A4
Complementary color
Monochromatic Colors of #68C0A4
Black with #68C0A4
Text Example
Text Example
White with #68C0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C0A4; }
p { color: rgb(104,192,164); }
H1.HeaderClassName
{
color: #68C0A4;
}
.AnyTagClassName
{
color: #68C0A4;
}
</style>
background-color css
<style>
a { background-color: #68C0A4; }
a { background-color: rgb(104,192,164); }
div.DivClassName
{
background-color: #68C0A4;
}
.BgClassName
{
background-color: #68C0A4;
}
</style>
border-color css
<style>
span { border-color: #68C0A4; }
span { border-color: rgb(104,192,164); }
td.TdClassName
{
border-color: #68C0A4;
}
.TagClassName
{
border-color: #68C0A4;
}
</style>