Shades of Medium Aquamarine #68D5A6
Tints of Medium Aquamarine #68D5A6
RGB
CMYK
RGB Variations
Color information
#68D5A6 (or 0x68D5A6) is known color: Medium Aquamarine. HEX triplet: 68, D5 and A6. RGB value is (104,213,166). Sum of RGB (Red+Green+Blue) = 104+213+166=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D5A6 is #972A59. Grayscale: #AFAFAF. Windows color (decimal): -9906778 or 10933608. OLE color: 10933608.
HSL color Cylindrical-coordinate representation of color #68D5A6: hue angle of 154.13º degrees, saturation: 0.56, 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 #68D5A6 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 166 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.16 |
| HSL | 154.13º | 0.56% | 0.62% | - |
| HSV(B) | 154.13º | 0.51% | 0.84% | - |
| XYZ | 36.39 | 53.28 | 44.44 | - |
| YUV | 175.05 | 122.89 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 166 | 0.51 | 0 | 0.22 | 0.16 | 154.13 | 0.56 | 0.62 |
| Hex | 68 | D5 | A6 | 33 | 0 | 16 | 10 | 9A | 38 | 3E |
| Octal | 150 | 325 | 246 | 63 | 0 | 26 | 20 | 232 | 70 | 76 |
| Binary | 1101000 | 11010101 | 10100110 | 110011 | 0 | 10110 | 10000 | 10011010 | 111000 | 111110 |
Color Harmonies of #68D5A6
Complementary color
Monochromatic Colors of #68D5A6
Black with #68D5A6
Text Example
Text Example
White with #68D5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D5A6; }
p { color: rgb(104,213,166); }
H1.HeaderClassName
{
color: #68D5A6;
}
.AnyTagClassName
{
color: #68D5A6;
}
</style>
background-color css
<style>
a { background-color: #68D5A6; }
a { background-color: rgb(104,213,166); }
div.DivClassName
{
background-color: #68D5A6;
}
.BgClassName
{
background-color: #68D5A6;
}
</style>
border-color css
<style>
span { border-color: #68D5A6; }
span { border-color: rgb(104,213,166); }
td.TdClassName
{
border-color: #68D5A6;
}
.TagClassName
{
border-color: #68D5A6;
}
</style>