Shades of Medium Aquamarine #68CCAC
Tints of Medium Aquamarine #68CCAC
RGB
CMYK
RGB Variations
Color information
#68CCAC (or 0x68CCAC) is known color: Medium Aquamarine. HEX triplet: 68, CC and AC. RGB value is (104,204,172). Sum of RGB (Red+Green+Blue) = 104+204+172=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #68CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CCAC is #973353. Grayscale: #AAAAAA. Windows color (decimal): -9909076 or 11324520. OLE color: 11324520.
HSL color Cylindrical-coordinate representation of color #68CCAC: hue angle of 160.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CCAC is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 172 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.2 |
| HSL | 160.8º | 0.5% | 0.6% | - |
| HSV(B) | 160.8º | 0.49% | 0.8% | - |
| XYZ | 34.75 | 49.11 | 46.68 | - |
| YUV | 170.45 | 128.87 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 172 | 0.49 | 0 | 0.16 | 0.2 | 160.8 | 0.5 | 0.6 |
| Hex | 68 | CC | AC | 31 | 0 | 10 | 14 | A1 | 32 | 3C |
| Octal | 150 | 314 | 254 | 61 | 0 | 20 | 24 | 241 | 62 | 74 |
| Binary | 1101000 | 11001100 | 10101100 | 110001 | 0 | 10000 | 10100 | 10100001 | 110010 | 111100 |
Color Harmonies of #68CCAC
Complementary color
Monochromatic Colors of #68CCAC
Black with #68CCAC
Text Example
Text Example
White with #68CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCAC; }
p { color: rgb(104,204,172); }
H1.HeaderClassName
{
color: #68CCAC;
}
.AnyTagClassName
{
color: #68CCAC;
}
</style>
background-color css
<style>
a { background-color: #68CCAC; }
a { background-color: rgb(104,204,172); }
div.DivClassName
{
background-color: #68CCAC;
}
.BgClassName
{
background-color: #68CCAC;
}
</style>
border-color css
<style>
span { border-color: #68CCAC; }
span { border-color: rgb(104,204,172); }
td.TdClassName
{
border-color: #68CCAC;
}
.TagClassName
{
border-color: #68CCAC;
}
</style>