Shades of Medium Aquamarine #68F6A1
Tints of Medium Aquamarine #68F6A1
RGB
CMYK
RGB Variations
Color information
#68F6A1 (or 0x68F6A1) is known color: Medium Aquamarine. HEX triplet: 68, F6 and A1. RGB value is (104,246,161). Sum of RGB (Red+Green+Blue) = 104+246+161=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F6A1 is #97095E. Grayscale: #C2C2C2. Windows color (decimal): -9898335 or 10614376. OLE color: 10614376.
HSL color Cylindrical-coordinate representation of color #68F6A1: hue angle of 144.08º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6A1 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 246 | 161 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.04 |
| HSL | 144.08º | 0.89% | 0.69% | - |
| HSV(B) | 144.08º | 0.58% | 0.96% | - |
| XYZ | 45.1 | 71.43 | 45.13 | - |
| YUV | 193.85 | 109.46 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 246 | 161 | 0.58 | 0 | 0.35 | 0.04 | 144.08 | 0.89 | 0.69 |
| Hex | 68 | F6 | A1 | 3A | 0 | 23 | 4 | 90 | 59 | 45 |
| Octal | 150 | 366 | 241 | 72 | 0 | 43 | 4 | 220 | 131 | 105 |
| Binary | 1101000 | 11110110 | 10100001 | 111010 | 0 | 100011 | 100 | 10010000 | 1011001 | 1000101 |
Color Harmonies of #68F6A1
Complementary color
Monochromatic Colors of #68F6A1
Black with #68F6A1
Text Example
Text Example
White with #68F6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F6A1; }
p { color: rgb(104,246,161); }
H1.HeaderClassName
{
color: #68F6A1;
}
.AnyTagClassName
{
color: #68F6A1;
}
</style>
background-color css
<style>
a { background-color: #68F6A1; }
a { background-color: rgb(104,246,161); }
div.DivClassName
{
background-color: #68F6A1;
}
.BgClassName
{
background-color: #68F6A1;
}
</style>
border-color css
<style>
span { border-color: #68F6A1; }
span { border-color: rgb(104,246,161); }
td.TdClassName
{
border-color: #68F6A1;
}
.TagClassName
{
border-color: #68F6A1;
}
</style>