Shades of Medium Aquamarine #68FAA6
Tints of Medium Aquamarine #68FAA6
RGB
CMYK
RGB Variations
Color information
#68FAA6 (or 0x68FAA6) is known color: Medium Aquamarine. HEX triplet: 68, FA and A6. RGB value is (104,250,166). Sum of RGB (Red+Green+Blue) = 104+250+166=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FAA6 is #970559. Grayscale: #C4C4C4. Windows color (decimal): -9897306 or 10943080. OLE color: 10943080.
HSL color Cylindrical-coordinate representation of color #68FAA6: hue angle of 145.48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FAA6 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 166 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.02 |
| HSL | 145.48º | 0.94% | 0.69% | - |
| HSV(B) | 145.48º | 0.58% | 0.98% | - |
| XYZ | 46.78 | 74.07 | 47.91 | - |
| YUV | 196.77 | 110.63 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 166 | 0.58 | 0 | 0.34 | 0.02 | 145.48 | 0.94 | 0.69 |
| Hex | 68 | FA | A6 | 3A | 0 | 22 | 2 | 91 | 5E | 45 |
| Octal | 150 | 372 | 246 | 72 | 0 | 42 | 2 | 221 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10100110 | 111010 | 0 | 100010 | 10 | 10010001 | 1011110 | 1000101 |
Color Harmonies of #68FAA6
Complementary color
Monochromatic Colors of #68FAA6
Black with #68FAA6
Text Example
Text Example
White with #68FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAA6; }
p { color: rgb(104,250,166); }
H1.HeaderClassName
{
color: #68FAA6;
}
.AnyTagClassName
{
color: #68FAA6;
}
</style>
background-color css
<style>
a { background-color: #68FAA6; }
a { background-color: rgb(104,250,166); }
div.DivClassName
{
background-color: #68FAA6;
}
.BgClassName
{
background-color: #68FAA6;
}
</style>
border-color css
<style>
span { border-color: #68FAA6; }
span { border-color: rgb(104,250,166); }
td.TdClassName
{
border-color: #68FAA6;
}
.TagClassName
{
border-color: #68FAA6;
}
</style>