Shades of Medium Aquamarine #68DB9F
Tints of Medium Aquamarine #68DB9F
RGB
CMYK
RGB Variations
Color information
#68DB9F (or 0x68DB9F) is known color: Medium Aquamarine. HEX triplet: 68, DB and 9F. RGB value is (104,219,159). Sum of RGB (Red+Green+Blue) = 104+219+159=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DB9F is #972460. Grayscale: #B1B1B1. Windows color (decimal): -9905249 or 10476392. OLE color: 10476392.
HSL color Cylindrical-coordinate representation of color #68DB9F: hue angle of 148.7º 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 #68DB9F is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 159 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.14 |
| HSL | 148.7º | 0.61% | 0.63% | - |
| HSV(B) | 148.7º | 0.53% | 0.86% | - |
| XYZ | 37.3 | 56.11 | 41.67 | - |
| YUV | 177.78 | 117.4 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 159 | 0.53 | 0 | 0.27 | 0.14 | 148.7 | 0.61 | 0.63 |
| Hex | 68 | DB | 9F | 35 | 0 | 1B | E | 95 | 3D | 3F |
| Octal | 150 | 333 | 237 | 65 | 0 | 33 | 16 | 225 | 75 | 77 |
| Binary | 1101000 | 11011011 | 10011111 | 110101 | 0 | 11011 | 1110 | 10010101 | 111101 | 111111 |
Color Harmonies of #68DB9F
Complementary color
Monochromatic Colors of #68DB9F
Black with #68DB9F
Text Example
Text Example
White with #68DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB9F; }
p { color: rgb(104,219,159); }
H1.HeaderClassName
{
color: #68DB9F;
}
.AnyTagClassName
{
color: #68DB9F;
}
</style>
background-color css
<style>
a { background-color: #68DB9F; }
a { background-color: rgb(104,219,159); }
div.DivClassName
{
background-color: #68DB9F;
}
.BgClassName
{
background-color: #68DB9F;
}
</style>
border-color css
<style>
span { border-color: #68DB9F; }
span { border-color: rgb(104,219,159); }
td.TdClassName
{
border-color: #68DB9F;
}
.TagClassName
{
border-color: #68DB9F;
}
</style>