Shades of Medium Aquamarine #68D6A8
Tints of Medium Aquamarine #68D6A8
RGB
CMYK
RGB Variations
Color information
#68D6A8 (or 0x68D6A8) is known color: Medium Aquamarine. HEX triplet: 68, D6 and A8. RGB value is (104,214,168). Sum of RGB (Red+Green+Blue) = 104+214+168=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #68D6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D6A8 is #972957. Grayscale: #AFAFAF. Windows color (decimal): -9906520 or 11064936. OLE color: 11064936.
HSL color Cylindrical-coordinate representation of color #68D6A8: hue angle of 154.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D6A8 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 168 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.16 |
| HSL | 154.91º | 0.57% | 0.62% | - |
| HSV(B) | 154.91º | 0.51% | 0.84% | - |
| XYZ | 36.82 | 53.86 | 45.5 | - |
| YUV | 175.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 168 | 0.51 | 0 | 0.21 | 0.16 | 154.91 | 0.57 | 0.62 |
| Hex | 68 | D6 | A8 | 33 | 0 | 15 | 10 | 9B | 39 | 3E |
| Octal | 150 | 326 | 250 | 63 | 0 | 25 | 20 | 233 | 71 | 76 |
| Binary | 1101000 | 11010110 | 10101000 | 110011 | 0 | 10101 | 10000 | 10011011 | 111001 | 111110 |
Color Harmonies of #68D6A8
Complementary color
Monochromatic Colors of #68D6A8
Black with #68D6A8
Text Example
Text Example
White with #68D6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D6A8; }
p { color: rgb(104,214,168); }
H1.HeaderClassName
{
color: #68D6A8;
}
.AnyTagClassName
{
color: #68D6A8;
}
</style>
background-color css
<style>
a { background-color: #68D6A8; }
a { background-color: rgb(104,214,168); }
div.DivClassName
{
background-color: #68D6A8;
}
.BgClassName
{
background-color: #68D6A8;
}
</style>
border-color css
<style>
span { border-color: #68D6A8; }
span { border-color: rgb(104,214,168); }
td.TdClassName
{
border-color: #68D6A8;
}
.TagClassName
{
border-color: #68D6A8;
}
</style>