Shades of Medium Aquamarine #68CCAB
Tints of Medium Aquamarine #68CCAB
RGB
CMYK
RGB Variations
Color information
#68CCAB (or 0x68CCAB) is known color: Medium Aquamarine. HEX triplet: 68, CC and AB. RGB value is (104,204,171). Sum of RGB (Red+Green+Blue) = 104+204+171=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #68CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CCAB is #973354. Grayscale: #AAAAAA. Windows color (decimal): -9909077 or 11258984. OLE color: 11258984.
HSL color Cylindrical-coordinate representation of color #68CCAB: hue angle of 160.2º 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 #68CCAB is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 171 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.2 |
| HSL | 160.2º | 0.5% | 0.6% | - |
| HSV(B) | 160.2º | 0.49% | 0.8% | - |
| XYZ | 34.65 | 49.07 | 46.17 | - |
| YUV | 170.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 171 | 0.49 | 0 | 0.16 | 0.2 | 160.2 | 0.5 | 0.6 |
| Hex | 68 | CC | AB | 31 | 0 | 10 | 14 | A0 | 32 | 3C |
| Octal | 150 | 314 | 253 | 61 | 0 | 20 | 24 | 240 | 62 | 74 |
| Binary | 1101000 | 11001100 | 10101011 | 110001 | 0 | 10000 | 10100 | 10100000 | 110010 | 111100 |
Color Harmonies of #68CCAB
Complementary color
Monochromatic Colors of #68CCAB
Black with #68CCAB
Text Example
Text Example
White with #68CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCAB; }
p { color: rgb(104,204,171); }
H1.HeaderClassName
{
color: #68CCAB;
}
.AnyTagClassName
{
color: #68CCAB;
}
</style>
background-color css
<style>
a { background-color: #68CCAB; }
a { background-color: rgb(104,204,171); }
div.DivClassName
{
background-color: #68CCAB;
}
.BgClassName
{
background-color: #68CCAB;
}
</style>
border-color css
<style>
span { border-color: #68CCAB; }
span { border-color: rgb(104,204,171); }
td.TdClassName
{
border-color: #68CCAB;
}
.TagClassName
{
border-color: #68CCAB;
}
</style>