Shades of Medium Aquamarine #68D99D
Tints of Medium Aquamarine #68D99D
RGB
CMYK
RGB Variations
Color information
#68D99D (or 0x68D99D) is known color: Medium Aquamarine. HEX triplet: 68, D9 and 9D. RGB value is (104,217,157). Sum of RGB (Red+Green+Blue) = 104+217+157=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #68D99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D99D is #972662. Grayscale: #B0B0B0. Windows color (decimal): -9905763 or 10344808. OLE color: 10344808.
HSL color Cylindrical-coordinate representation of color #68D99D: hue angle of 148.14º degrees, saturation: 0.6, 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 #68D99D is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 157 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.15 |
| HSL | 148.14º | 0.6% | 0.63% | - |
| HSV(B) | 148.14º | 0.52% | 0.85% | - |
| XYZ | 36.61 | 55 | 40.59 | - |
| YUV | 176.37 | 117.06 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 157 | 0.52 | 0 | 0.28 | 0.15 | 148.14 | 0.6 | 0.63 |
| Hex | 68 | D9 | 9D | 34 | 0 | 1C | F | 94 | 3C | 3F |
| Octal | 150 | 331 | 235 | 64 | 0 | 34 | 17 | 224 | 74 | 77 |
| Binary | 1101000 | 11011001 | 10011101 | 110100 | 0 | 11100 | 1111 | 10010100 | 111100 | 111111 |
Color Harmonies of #68D99D
Complementary color
Monochromatic Colors of #68D99D
Black with #68D99D
Text Example
Text Example
White with #68D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D99D; }
p { color: rgb(104,217,157); }
H1.HeaderClassName
{
color: #68D99D;
}
.AnyTagClassName
{
color: #68D99D;
}
</style>
background-color css
<style>
a { background-color: #68D99D; }
a { background-color: rgb(104,217,157); }
div.DivClassName
{
background-color: #68D99D;
}
.BgClassName
{
background-color: #68D99D;
}
</style>
border-color css
<style>
span { border-color: #68D99D; }
span { border-color: rgb(104,217,157); }
td.TdClassName
{
border-color: #68D99D;
}
.TagClassName
{
border-color: #68D99D;
}
</style>