Shades of Medium Aquamarine #68DAA0
Tints of Medium Aquamarine #68DAA0
RGB
CMYK
RGB Variations
Color information
#68DAA0 (or 0x68DAA0) is known color: Medium Aquamarine. HEX triplet: 68, DA and A0. RGB value is (104,218,160). Sum of RGB (Red+Green+Blue) = 104+218+160=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DAA0 is #97255F. Grayscale: #B1B1B1. Windows color (decimal): -9905504 or 10541672. OLE color: 10541672.
HSL color Cylindrical-coordinate representation of color #68DAA0: hue angle of 149.47º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DAA0 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 160 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.15 |
| HSL | 149.47º | 0.61% | 0.63% | - |
| HSV(B) | 149.47º | 0.52% | 0.85% | - |
| XYZ | 37.13 | 55.62 | 42.04 | - |
| YUV | 177.3 | 118.23 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 160 | 0.52 | 0 | 0.27 | 0.15 | 149.47 | 0.61 | 0.63 |
| Hex | 68 | DA | A0 | 34 | 0 | 1B | F | 95 | 3D | 3F |
| Octal | 150 | 332 | 240 | 64 | 0 | 33 | 17 | 225 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10100000 | 110100 | 0 | 11011 | 1111 | 10010101 | 111101 | 111111 |
Color Harmonies of #68DAA0
Complementary color
Monochromatic Colors of #68DAA0
Black with #68DAA0
Text Example
Text Example
White with #68DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAA0; }
p { color: rgb(104,218,160); }
H1.HeaderClassName
{
color: #68DAA0;
}
.AnyTagClassName
{
color: #68DAA0;
}
</style>
background-color css
<style>
a { background-color: #68DAA0; }
a { background-color: rgb(104,218,160); }
div.DivClassName
{
background-color: #68DAA0;
}
.BgClassName
{
background-color: #68DAA0;
}
</style>
border-color css
<style>
span { border-color: #68DAA0; }
span { border-color: rgb(104,218,160); }
td.TdClassName
{
border-color: #68DAA0;
}
.TagClassName
{
border-color: #68DAA0;
}
</style>