Shades of Medium Aquamarine #68FDA6
Tints of Medium Aquamarine #68FDA6
RGB
CMYK
RGB Variations
Color information
#68FDA6 (or 0x68FDA6) is known color: Medium Aquamarine. HEX triplet: 68, FD and A6. RGB value is (104,253,166). Sum of RGB (Red+Green+Blue) = 104+253+166=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FDA6 is #970259. Grayscale: #C6C6C6. Windows color (decimal): -9896538 or 10943848. OLE color: 10943848.
HSL color Cylindrical-coordinate representation of color #68FDA6: hue angle of 144.97º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FDA6 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 253 | 166 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.01 |
| HSL | 144.97º | 0.97% | 0.7% | - |
| HSV(B) | 144.97º | 0.59% | 0.99% | - |
| XYZ | 47.72 | 75.95 | 48.22 | - |
| YUV | 198.53 | 109.64 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 253 | 166 | 0.59 | 0 | 0.34 | 0.01 | 144.97 | 0.97 | 0.7 |
| Hex | 68 | FD | A6 | 3B | 0 | 22 | 1 | 91 | 61 | 46 |
| Octal | 150 | 375 | 246 | 73 | 0 | 42 | 1 | 221 | 141 | 106 |
| Binary | 1101000 | 11111101 | 10100110 | 111011 | 0 | 100010 | 1 | 10010001 | 1100001 | 1000110 |
Color Harmonies of #68FDA6
Complementary color
Monochromatic Colors of #68FDA6
Black with #68FDA6
Text Example
Text Example
White with #68FDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FDA6; }
p { color: rgb(104,253,166); }
H1.HeaderClassName
{
color: #68FDA6;
}
.AnyTagClassName
{
color: #68FDA6;
}
</style>
background-color css
<style>
a { background-color: #68FDA6; }
a { background-color: rgb(104,253,166); }
div.DivClassName
{
background-color: #68FDA6;
}
.BgClassName
{
background-color: #68FDA6;
}
</style>
border-color css
<style>
span { border-color: #68FDA6; }
span { border-color: rgb(104,253,166); }
td.TdClassName
{
border-color: #68FDA6;
}
.TagClassName
{
border-color: #68FDA6;
}
</style>