Shades of Medium Aquamarine #68C4AC
Tints of Medium Aquamarine #68C4AC
RGB
CMYK
RGB Variations
Color information
#68C4AC (or 0x68C4AC) is known color: Medium Aquamarine. HEX triplet: 68, C4 and AC. RGB value is (104,196,172). Sum of RGB (Red+Green+Blue) = 104+196+172=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #68C4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C4AC is #973B53. Grayscale: #A5A5A5. Windows color (decimal): -9911124 or 11322472. OLE color: 11322472.
HSL color Cylindrical-coordinate representation of color #68C4AC: hue angle of 164.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C4AC is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 172 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.23 |
| HSL | 164.35º | 0.44% | 0.59% | - |
| HSV(B) | 164.35º | 0.47% | 0.77% | - |
| XYZ | 32.9 | 45.4 | 46.06 | - |
| YUV | 165.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 172 | 0.47 | 0 | 0.12 | 0.23 | 164.35 | 0.44 | 0.59 |
| Hex | 68 | C4 | AC | 2F | 0 | C | 17 | A4 | 2C | 3B |
| Octal | 150 | 304 | 254 | 57 | 0 | 14 | 27 | 244 | 54 | 73 |
| Binary | 1101000 | 11000100 | 10101100 | 101111 | 0 | 1100 | 10111 | 10100100 | 101100 | 111011 |
Color Harmonies of #68C4AC
Complementary color
Monochromatic Colors of #68C4AC
Black with #68C4AC
Text Example
Text Example
White with #68C4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C4AC; }
p { color: rgb(104,196,172); }
H1.HeaderClassName
{
color: #68C4AC;
}
.AnyTagClassName
{
color: #68C4AC;
}
</style>
background-color css
<style>
a { background-color: #68C4AC; }
a { background-color: rgb(104,196,172); }
div.DivClassName
{
background-color: #68C4AC;
}
.BgClassName
{
background-color: #68C4AC;
}
</style>
border-color css
<style>
span { border-color: #68C4AC; }
span { border-color: rgb(104,196,172); }
td.TdClassName
{
border-color: #68C4AC;
}
.TagClassName
{
border-color: #68C4AC;
}
</style>