Shades of Medium Aquamarine #68DA9D
Tints of Medium Aquamarine #68DA9D
RGB
CMYK
RGB Variations
Color information
#68DA9D (or 0x68DA9D) is known color: Medium Aquamarine. HEX triplet: 68, DA and 9D. RGB value is (104,218,157). Sum of RGB (Red+Green+Blue) = 104+218+157=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DA9D is #972562. Grayscale: #B1B1B1. Windows color (decimal): -9905507 or 10345064. OLE color: 10345064.
HSL color Cylindrical-coordinate representation of color #68DA9D: hue angle of 147.89º 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 #68DA9D is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 157 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.15 |
| HSL | 147.89º | 0.61% | 0.63% | - |
| HSV(B) | 147.89º | 0.52% | 0.85% | - |
| XYZ | 36.87 | 55.52 | 40.67 | - |
| YUV | 176.96 | 116.73 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 157 | 0.52 | 0 | 0.28 | 0.15 | 147.89 | 0.61 | 0.63 |
| Hex | 68 | DA | 9D | 34 | 0 | 1C | F | 94 | 3D | 3F |
| Octal | 150 | 332 | 235 | 64 | 0 | 34 | 17 | 224 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10011101 | 110100 | 0 | 11100 | 1111 | 10010100 | 111101 | 111111 |
Color Harmonies of #68DA9D
Complementary color
Monochromatic Colors of #68DA9D
Black with #68DA9D
Text Example
Text Example
White with #68DA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA9D; }
p { color: rgb(104,218,157); }
H1.HeaderClassName
{
color: #68DA9D;
}
.AnyTagClassName
{
color: #68DA9D;
}
</style>
background-color css
<style>
a { background-color: #68DA9D; }
a { background-color: rgb(104,218,157); }
div.DivClassName
{
background-color: #68DA9D;
}
.BgClassName
{
background-color: #68DA9D;
}
</style>
border-color css
<style>
span { border-color: #68DA9D; }
span { border-color: rgb(104,218,157); }
td.TdClassName
{
border-color: #68DA9D;
}
.TagClassName
{
border-color: #68DA9D;
}
</style>