Shades of Medium Aquamarine #68D8A8
Tints of Medium Aquamarine #68D8A8
RGB
CMYK
RGB Variations
Color information
#68D8A8 (or 0x68D8A8) is known color: Medium Aquamarine. HEX triplet: 68, D8 and A8. RGB value is (104,216,168). Sum of RGB (Red+Green+Blue) = 104+216+168=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D8A8 is #972757. Grayscale: #B1B1B1. Windows color (decimal): -9906008 or 11065448. OLE color: 11065448.
HSL color Cylindrical-coordinate representation of color #68D8A8: hue angle of 154.29º 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 #68D8A8 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 168 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.15 |
| HSL | 154.29º | 0.59% | 0.63% | - |
| HSV(B) | 154.29º | 0.52% | 0.85% | - |
| XYZ | 37.33 | 54.88 | 45.67 | - |
| YUV | 177.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 168 | 0.52 | 0 | 0.22 | 0.15 | 154.29 | 0.59 | 0.63 |
| Hex | 68 | D8 | A8 | 34 | 0 | 16 | F | 9A | 3B | 3F |
| Octal | 150 | 330 | 250 | 64 | 0 | 26 | 17 | 232 | 73 | 77 |
| Binary | 1101000 | 11011000 | 10101000 | 110100 | 0 | 10110 | 1111 | 10011010 | 111011 | 111111 |
Color Harmonies of #68D8A8
Complementary color
Monochromatic Colors of #68D8A8
Black with #68D8A8
Text Example
Text Example
White with #68D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D8A8; }
p { color: rgb(104,216,168); }
H1.HeaderClassName
{
color: #68D8A8;
}
.AnyTagClassName
{
color: #68D8A8;
}
</style>
background-color css
<style>
a { background-color: #68D8A8; }
a { background-color: rgb(104,216,168); }
div.DivClassName
{
background-color: #68D8A8;
}
.BgClassName
{
background-color: #68D8A8;
}
</style>
border-color css
<style>
span { border-color: #68D8A8; }
span { border-color: rgb(104,216,168); }
td.TdClassName
{
border-color: #68D8A8;
}
.TagClassName
{
border-color: #68D8A8;
}
</style>