Shades of Medium Aquamarine #68D89F
Tints of Medium Aquamarine #68D89F
RGB
CMYK
RGB Variations
Color information
#68D89F (or 0x68D89F) is known color: Medium Aquamarine. HEX triplet: 68, D8 and 9F. RGB value is (104,216,159). Sum of RGB (Red+Green+Blue) = 104+216+159=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #68D89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D89F is #972760. Grayscale: #B0B0B0. Windows color (decimal): -9906017 or 10475624. OLE color: 10475624.
HSL color Cylindrical-coordinate representation of color #68D89F: hue angle of 149.46º 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 #68D89F is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 159 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.15 |
| HSL | 149.46º | 0.59% | 0.63% | - |
| HSV(B) | 149.46º | 0.52% | 0.85% | - |
| XYZ | 36.52 | 54.56 | 41.41 | - |
| YUV | 176.01 | 118.39 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 159 | 0.52 | 0 | 0.26 | 0.15 | 149.46 | 0.59 | 0.63 |
| Hex | 68 | D8 | 9F | 34 | 0 | 1A | F | 95 | 3B | 3F |
| Octal | 150 | 330 | 237 | 64 | 0 | 32 | 17 | 225 | 73 | 77 |
| Binary | 1101000 | 11011000 | 10011111 | 110100 | 0 | 11010 | 1111 | 10010101 | 111011 | 111111 |
Color Harmonies of #68D89F
Complementary color
Monochromatic Colors of #68D89F
Black with #68D89F
Text Example
Text Example
White with #68D89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D89F; }
p { color: rgb(104,216,159); }
H1.HeaderClassName
{
color: #68D89F;
}
.AnyTagClassName
{
color: #68D89F;
}
</style>
background-color css
<style>
a { background-color: #68D89F; }
a { background-color: rgb(104,216,159); }
div.DivClassName
{
background-color: #68D89F;
}
.BgClassName
{
background-color: #68D89F;
}
</style>
border-color css
<style>
span { border-color: #68D89F; }
span { border-color: rgb(104,216,159); }
td.TdClassName
{
border-color: #68D89F;
}
.TagClassName
{
border-color: #68D89F;
}
</style>