Shades of Medium Aquamarine #68D89D
Tints of Medium Aquamarine #68D89D
RGB
CMYK
RGB Variations
Color information
#68D89D (or 0x68D89D) is known color: Medium Aquamarine. HEX triplet: 68, D8 and 9D. RGB value is (104,216,157). Sum of RGB (Red+Green+Blue) = 104+216+157=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #68D89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D89D is #972762. Grayscale: #AFAFAF. Windows color (decimal): -9906019 or 10344552. OLE color: 10344552.
HSL color Cylindrical-coordinate representation of color #68D89D: hue angle of 148.39º degrees, saturation: 0.59, 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 #68D89D is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 157 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.15 |
| HSL | 148.39º | 0.59% | 0.63% | - |
| HSV(B) | 148.39º | 0.52% | 0.85% | - |
| XYZ | 36.35 | 54.49 | 40.5 | - |
| YUV | 175.79 | 117.39 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 157 | 0.52 | 0 | 0.27 | 0.15 | 148.39 | 0.59 | 0.63 |
| Hex | 68 | D8 | 9D | 34 | 0 | 1B | F | 94 | 3B | 3F |
| Octal | 150 | 330 | 235 | 64 | 0 | 33 | 17 | 224 | 73 | 77 |
| Binary | 1101000 | 11011000 | 10011101 | 110100 | 0 | 11011 | 1111 | 10010100 | 111011 | 111111 |
Color Harmonies of #68D89D
Complementary color
Monochromatic Colors of #68D89D
Black with #68D89D
Text Example
Text Example
White with #68D89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D89D; }
p { color: rgb(104,216,157); }
H1.HeaderClassName
{
color: #68D89D;
}
.AnyTagClassName
{
color: #68D89D;
}
</style>
background-color css
<style>
a { background-color: #68D89D; }
a { background-color: rgb(104,216,157); }
div.DivClassName
{
background-color: #68D89D;
}
.BgClassName
{
background-color: #68D89D;
}
</style>
border-color css
<style>
span { border-color: #68D89D; }
span { border-color: rgb(104,216,157); }
td.TdClassName
{
border-color: #68D89D;
}
.TagClassName
{
border-color: #68D89D;
}
</style>