Shades of Medium Aquamarine #68F6AB
Tints of Medium Aquamarine #68F6AB
RGB
CMYK
RGB Variations
Color information
#68F6AB (or 0x68F6AB) is known color: Medium Aquamarine. HEX triplet: 68, F6 and AB. RGB value is (104,246,171). Sum of RGB (Red+Green+Blue) = 104+246+171=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F6AB is #970954. Grayscale: #C3C3C3. Windows color (decimal): -9898325 or 11269736. OLE color: 11269736.
HSL color Cylindrical-coordinate representation of color #68F6AB: hue angle of 148.31º 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 #68F6AB is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 246 | 171 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.04 |
| HSL | 148.31º | 0.89% | 0.69% | - |
| HSV(B) | 148.31º | 0.58% | 0.96% | - |
| XYZ | 46.02 | 71.79 | 49.96 | - |
| YUV | 194.99 | 114.46 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 246 | 171 | 0.58 | 0 | 0.30 | 0.04 | 148.31 | 0.89 | 0.69 |
| Hex | 68 | F6 | AB | 3A | 0 | 1E | 4 | 94 | 59 | 45 |
| Octal | 150 | 366 | 253 | 72 | 0 | 36 | 4 | 224 | 131 | 105 |
| Binary | 1101000 | 11110110 | 10101011 | 111010 | 0 | 11110 | 100 | 10010100 | 1011001 | 1000101 |
Color Harmonies of #68F6AB
Complementary color
Monochromatic Colors of #68F6AB
Black with #68F6AB
Text Example
Text Example
White with #68F6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F6AB; }
p { color: rgb(104,246,171); }
H1.HeaderClassName
{
color: #68F6AB;
}
.AnyTagClassName
{
color: #68F6AB;
}
</style>
background-color css
<style>
a { background-color: #68F6AB; }
a { background-color: rgb(104,246,171); }
div.DivClassName
{
background-color: #68F6AB;
}
.BgClassName
{
background-color: #68F6AB;
}
</style>
border-color css
<style>
span { border-color: #68F6AB; }
span { border-color: rgb(104,246,171); }
td.TdClassName
{
border-color: #68F6AB;
}
.TagClassName
{
border-color: #68F6AB;
}
</style>