Shades of Medium Aquamarine #68D6AD
Tints of Medium Aquamarine #68D6AD
RGB
CMYK
RGB Variations
Color information
#68D6AD (or 0x68D6AD) is known color: Medium Aquamarine. HEX triplet: 68, D6 and AD. RGB value is (104,214,173). Sum of RGB (Red+Green+Blue) = 104+214+173=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #68D6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D6AD is #972952. Grayscale: #B0B0B0. Windows color (decimal): -9906515 or 11392616. OLE color: 11392616.
HSL color Cylindrical-coordinate representation of color #68D6AD: hue angle of 157.64º 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 #68D6AD is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 173 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.16 |
| HSL | 157.64º | 0.57% | 0.62% | - |
| HSV(B) | 157.64º | 0.51% | 0.84% | - |
| XYZ | 37.3 | 54.05 | 48 | - |
| YUV | 176.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 173 | 0.51 | 0 | 0.19 | 0.16 | 157.64 | 0.57 | 0.62 |
| Hex | 68 | D6 | AD | 33 | 0 | 13 | 10 | 9E | 39 | 3E |
| Octal | 150 | 326 | 255 | 63 | 0 | 23 | 20 | 236 | 71 | 76 |
| Binary | 1101000 | 11010110 | 10101101 | 110011 | 0 | 10011 | 10000 | 10011110 | 111001 | 111110 |
Color Harmonies of #68D6AD
Complementary color
Monochromatic Colors of #68D6AD
Black with #68D6AD
Text Example
Text Example
White with #68D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D6AD; }
p { color: rgb(104,214,173); }
H1.HeaderClassName
{
color: #68D6AD;
}
.AnyTagClassName
{
color: #68D6AD;
}
</style>
background-color css
<style>
a { background-color: #68D6AD; }
a { background-color: rgb(104,214,173); }
div.DivClassName
{
background-color: #68D6AD;
}
.BgClassName
{
background-color: #68D6AD;
}
</style>
border-color css
<style>
span { border-color: #68D6AD; }
span { border-color: rgb(104,214,173); }
td.TdClassName
{
border-color: #68D6AD;
}
.TagClassName
{
border-color: #68D6AD;
}
</style>