Shades of Medium Aquamarine #68D1A8
Tints of Medium Aquamarine #68D1A8
RGB
CMYK
RGB Variations
Color information
#68D1A8 (or 0x68D1A8) is known color: Medium Aquamarine. HEX triplet: 68, D1 and A8. RGB value is (104,209,168). Sum of RGB (Red+Green+Blue) = 104+209+168=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #68D1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D1A8 is #972E57. Grayscale: #ACACAC. Windows color (decimal): -9907800 or 11063656. OLE color: 11063656.
HSL color Cylindrical-coordinate representation of color #68D1A8: hue angle of 156.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D1A8 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 209 | 168 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.18 |
| HSL | 156.57º | 0.53% | 0.61% | - |
| HSV(B) | 156.57º | 0.5% | 0.82% | - |
| XYZ | 35.58 | 51.37 | 45.09 | - |
| YUV | 172.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 168 | 0.50 | 0 | 0.20 | 0.18 | 156.57 | 0.53 | 0.61 |
| Hex | 68 | D1 | A8 | 32 | 0 | 14 | 12 | 9D | 35 | 3D |
| Octal | 150 | 321 | 250 | 62 | 0 | 24 | 22 | 235 | 65 | 75 |
| Binary | 1101000 | 11010001 | 10101000 | 110010 | 0 | 10100 | 10010 | 10011101 | 110101 | 111101 |
Color Harmonies of #68D1A8
Complementary color
Monochromatic Colors of #68D1A8
Black with #68D1A8
Text Example
Text Example
White with #68D1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D1A8; }
p { color: rgb(104,209,168); }
H1.HeaderClassName
{
color: #68D1A8;
}
.AnyTagClassName
{
color: #68D1A8;
}
</style>
background-color css
<style>
a { background-color: #68D1A8; }
a { background-color: rgb(104,209,168); }
div.DivClassName
{
background-color: #68D1A8;
}
.BgClassName
{
background-color: #68D1A8;
}
</style>
border-color css
<style>
span { border-color: #68D1A8; }
span { border-color: rgb(104,209,168); }
td.TdClassName
{
border-color: #68D1A8;
}
.TagClassName
{
border-color: #68D1A8;
}
</style>