Shades of Medium Aquamarine #68CEAC
Tints of Medium Aquamarine #68CEAC
RGB
CMYK
RGB Variations
Color information
#68CEAC (or 0x68CEAC) is known color: Medium Aquamarine. HEX triplet: 68, CE and AC. RGB value is (104,206,172). Sum of RGB (Red+Green+Blue) = 104+206+172=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CEAC is #973153. Grayscale: #ABABAB. Windows color (decimal): -9908564 or 11325032. OLE color: 11325032.
HSL color Cylindrical-coordinate representation of color #68CEAC: hue angle of 160º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEAC is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 172 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.19 |
| HSL | 160º | 0.51% | 0.61% | - |
| HSV(B) | 160º | 0.5% | 0.81% | - |
| XYZ | 35.23 | 50.06 | 46.84 | - |
| YUV | 171.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 172 | 0.50 | 0 | 0.17 | 0.19 | 160 | 0.51 | 0.61 |
| Hex | 68 | CE | AC | 32 | 0 | 11 | 13 | A0 | 33 | 3D |
| Octal | 150 | 316 | 254 | 62 | 0 | 21 | 23 | 240 | 63 | 75 |
| Binary | 1101000 | 11001110 | 10101100 | 110010 | 0 | 10001 | 10011 | 10100000 | 110011 | 111101 |
Color Harmonies of #68CEAC
Complementary color
Monochromatic Colors of #68CEAC
Black with #68CEAC
Text Example
Text Example
White with #68CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEAC; }
p { color: rgb(104,206,172); }
H1.HeaderClassName
{
color: #68CEAC;
}
.AnyTagClassName
{
color: #68CEAC;
}
</style>
background-color css
<style>
a { background-color: #68CEAC; }
a { background-color: rgb(104,206,172); }
div.DivClassName
{
background-color: #68CEAC;
}
.BgClassName
{
background-color: #68CEAC;
}
</style>
border-color css
<style>
span { border-color: #68CEAC; }
span { border-color: rgb(104,206,172); }
td.TdClassName
{
border-color: #68CEAC;
}
.TagClassName
{
border-color: #68CEAC;
}
</style>