Shades of Medium Aquamarine #68D6AA
Tints of Medium Aquamarine #68D6AA
RGB
CMYK
RGB Variations
Color information
#68D6AA (or 0x68D6AA) is known color: Medium Aquamarine. HEX triplet: 68, D6 and AA. RGB value is (104,214,170). Sum of RGB (Red+Green+Blue) = 104+214+170=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #68D6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D6AA is #972955. Grayscale: #B0B0B0. Windows color (decimal): -9906518 or 11196008. OLE color: 11196008.
HSL color Cylindrical-coordinate representation of color #68D6AA: hue angle of 156º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D6AA is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 170 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.16 |
| HSL | 156º | 0.57% | 0.62% | - |
| HSV(B) | 156º | 0.51% | 0.84% | - |
| XYZ | 37.01 | 53.94 | 46.49 | - |
| YUV | 176.09 | 124.56 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 170 | 0.51 | 0 | 0.21 | 0.16 | 156 | 0.57 | 0.62 |
| Hex | 68 | D6 | AA | 33 | 0 | 15 | 10 | 9C | 39 | 3E |
| Octal | 150 | 326 | 252 | 63 | 0 | 25 | 20 | 234 | 71 | 76 |
| Binary | 1101000 | 11010110 | 10101010 | 110011 | 0 | 10101 | 10000 | 10011100 | 111001 | 111110 |
Color Harmonies of #68D6AA
Complementary color
Monochromatic Colors of #68D6AA
Black with #68D6AA
Text Example
Text Example
White with #68D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D6AA; }
p { color: rgb(104,214,170); }
H1.HeaderClassName
{
color: #68D6AA;
}
.AnyTagClassName
{
color: #68D6AA;
}
</style>
background-color css
<style>
a { background-color: #68D6AA; }
a { background-color: rgb(104,214,170); }
div.DivClassName
{
background-color: #68D6AA;
}
.BgClassName
{
background-color: #68D6AA;
}
</style>
border-color css
<style>
span { border-color: #68D6AA; }
span { border-color: rgb(104,214,170); }
td.TdClassName
{
border-color: #68D6AA;
}
.TagClassName
{
border-color: #68D6AA;
}
</style>