Shades of Medium Aquamarine #68D89C
Tints of Medium Aquamarine #68D89C
RGB
CMYK
RGB Variations
Color information
#68D89C (or 0x68D89C) is known color: Medium Aquamarine. HEX triplet: 68, D8 and 9C. RGB value is (104,216,156). Sum of RGB (Red+Green+Blue) = 104+216+156=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #68D89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D89C is #972763. Grayscale: #AFAFAF. Windows color (decimal): -9906020 or 10279016. OLE color: 10279016.
HSL color Cylindrical-coordinate representation of color #68D89C: hue angle of 147.86º 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 #68D89C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 156 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.15 |
| HSL | 147.86º | 0.59% | 0.63% | - |
| HSV(B) | 147.86º | 0.52% | 0.85% | - |
| XYZ | 36.27 | 54.46 | 40.05 | - |
| YUV | 175.67 | 116.89 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 156 | 0.52 | 0 | 0.28 | 0.15 | 147.86 | 0.59 | 0.63 |
| Hex | 68 | D8 | 9C | 34 | 0 | 1C | F | 94 | 3B | 3F |
| Octal | 150 | 330 | 234 | 64 | 0 | 34 | 17 | 224 | 73 | 77 |
| Binary | 1101000 | 11011000 | 10011100 | 110100 | 0 | 11100 | 1111 | 10010100 | 111011 | 111111 |
Color Harmonies of #68D89C
Complementary color
Monochromatic Colors of #68D89C
Black with #68D89C
Text Example
Text Example
White with #68D89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D89C; }
p { color: rgb(104,216,156); }
H1.HeaderClassName
{
color: #68D89C;
}
.AnyTagClassName
{
color: #68D89C;
}
</style>
background-color css
<style>
a { background-color: #68D89C; }
a { background-color: rgb(104,216,156); }
div.DivClassName
{
background-color: #68D89C;
}
.BgClassName
{
background-color: #68D89C;
}
</style>
border-color css
<style>
span { border-color: #68D89C; }
span { border-color: rgb(104,216,156); }
td.TdClassName
{
border-color: #68D89C;
}
.TagClassName
{
border-color: #68D89C;
}
</style>