Shades of Medium Aquamarine #68D7A0
Tints of Medium Aquamarine #68D7A0
RGB
CMYK
RGB Variations
Color information
#68D7A0 (or 0x68D7A0) is known color: Medium Aquamarine. HEX triplet: 68, D7 and A0. RGB value is (104,215,160). Sum of RGB (Red+Green+Blue) = 104+215+160=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D7A0 is #97285F. Grayscale: #AFAFAF. Windows color (decimal): -9906272 or 10540904. OLE color: 10540904.
HSL color Cylindrical-coordinate representation of color #68D7A0: hue angle of 150.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D7A0 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 160 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.16 |
| HSL | 150.27º | 0.58% | 0.63% | - |
| HSV(B) | 150.27º | 0.52% | 0.84% | - |
| XYZ | 36.35 | 54.08 | 41.78 | - |
| YUV | 175.54 | 119.23 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 160 | 0.52 | 0 | 0.26 | 0.16 | 150.27 | 0.58 | 0.63 |
| Hex | 68 | D7 | A0 | 34 | 0 | 1A | 10 | 96 | 3A | 3F |
| Octal | 150 | 327 | 240 | 64 | 0 | 32 | 20 | 226 | 72 | 77 |
| Binary | 1101000 | 11010111 | 10100000 | 110100 | 0 | 11010 | 10000 | 10010110 | 111010 | 111111 |
Color Harmonies of #68D7A0
Complementary color
Monochromatic Colors of #68D7A0
Black with #68D7A0
Text Example
Text Example
White with #68D7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D7A0; }
p { color: rgb(104,215,160); }
H1.HeaderClassName
{
color: #68D7A0;
}
.AnyTagClassName
{
color: #68D7A0;
}
</style>
background-color css
<style>
a { background-color: #68D7A0; }
a { background-color: rgb(104,215,160); }
div.DivClassName
{
background-color: #68D7A0;
}
.BgClassName
{
background-color: #68D7A0;
}
</style>
border-color css
<style>
span { border-color: #68D7A0; }
span { border-color: rgb(104,215,160); }
td.TdClassName
{
border-color: #68D7A0;
}
.TagClassName
{
border-color: #68D7A0;
}
</style>