Shades of Medium Aquamarine #68DB9E
Tints of Medium Aquamarine #68DB9E
RGB
CMYK
RGB Variations
Color information
#68DB9E (or 0x68DB9E) is known color: Medium Aquamarine. HEX triplet: 68, DB and 9E. RGB value is (104,219,158). Sum of RGB (Red+Green+Blue) = 104+219+158=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DB9E is #972461. Grayscale: #B1B1B1. Windows color (decimal): -9905250 or 10410856. OLE color: 10410856.
HSL color Cylindrical-coordinate representation of color #68DB9E: hue angle of 148.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DB9E is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 158 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.14 |
| HSL | 148.17º | 0.61% | 0.63% | - |
| HSV(B) | 148.17º | 0.53% | 0.86% | - |
| XYZ | 37.21 | 56.07 | 41.21 | - |
| YUV | 177.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 158 | 0.53 | 0 | 0.28 | 0.14 | 148.17 | 0.61 | 0.63 |
| Hex | 68 | DB | 9E | 35 | 0 | 1C | E | 94 | 3D | 3F |
| Octal | 150 | 333 | 236 | 65 | 0 | 34 | 16 | 224 | 75 | 77 |
| Binary | 1101000 | 11011011 | 10011110 | 110101 | 0 | 11100 | 1110 | 10010100 | 111101 | 111111 |
Color Harmonies of #68DB9E
Complementary color
Monochromatic Colors of #68DB9E
Black with #68DB9E
Text Example
Text Example
White with #68DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB9E; }
p { color: rgb(104,219,158); }
H1.HeaderClassName
{
color: #68DB9E;
}
.AnyTagClassName
{
color: #68DB9E;
}
</style>
background-color css
<style>
a { background-color: #68DB9E; }
a { background-color: rgb(104,219,158); }
div.DivClassName
{
background-color: #68DB9E;
}
.BgClassName
{
background-color: #68DB9E;
}
</style>
border-color css
<style>
span { border-color: #68DB9E; }
span { border-color: rgb(104,219,158); }
td.TdClassName
{
border-color: #68DB9E;
}
.TagClassName
{
border-color: #68DB9E;
}
</style>