Shades of Medium Aquamarine #68D1AF
Tints of Medium Aquamarine #68D1AF
RGB
CMYK
RGB Variations
Color information
#68D1AF (or 0x68D1AF) is known color: Medium Aquamarine. HEX triplet: 68, D1 and AF. RGB value is (104,209,175). Sum of RGB (Red+Green+Blue) = 104+209+175=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #68D1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D1AF is #972E50. Grayscale: #ADADAD. Windows color (decimal): -9907793 or 11522408. OLE color: 11522408.
HSL color Cylindrical-coordinate representation of color #68D1AF: hue angle of 160.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 #68D1AF is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 209 | 175 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.18 |
| HSL | 160.57º | 0.53% | 0.61% | - |
| HSV(B) | 160.57º | 0.5% | 0.82% | - |
| XYZ | 36.25 | 51.64 | 48.61 | - |
| YUV | 173.73 | 128.71 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 175 | 0.50 | 0 | 0.16 | 0.18 | 160.57 | 0.53 | 0.61 |
| Hex | 68 | D1 | AF | 32 | 0 | 10 | 12 | A1 | 35 | 3D |
| Octal | 150 | 321 | 257 | 62 | 0 | 20 | 22 | 241 | 65 | 75 |
| Binary | 1101000 | 11010001 | 10101111 | 110010 | 0 | 10000 | 10010 | 10100001 | 110101 | 111101 |
Color Harmonies of #68D1AF
Complementary color
Monochromatic Colors of #68D1AF
Black with #68D1AF
Text Example
Text Example
White with #68D1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D1AF; }
p { color: rgb(104,209,175); }
H1.HeaderClassName
{
color: #68D1AF;
}
.AnyTagClassName
{
color: #68D1AF;
}
</style>
background-color css
<style>
a { background-color: #68D1AF; }
a { background-color: rgb(104,209,175); }
div.DivClassName
{
background-color: #68D1AF;
}
.BgClassName
{
background-color: #68D1AF;
}
</style>
border-color css
<style>
span { border-color: #68D1AF; }
span { border-color: rgb(104,209,175); }
td.TdClassName
{
border-color: #68D1AF;
}
.TagClassName
{
border-color: #68D1AF;
}
</style>