Shades of Medium Aquamarine #68F0AB
Tints of Medium Aquamarine #68F0AB
RGB
CMYK
RGB Variations
Color information
#68F0AB (or 0x68F0AB) is known color: Medium Aquamarine. HEX triplet: 68, F0 and AB. RGB value is (104,240,171). Sum of RGB (Red+Green+Blue) = 104+240+171=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F0AB is #970F54. Grayscale: #BFBFBF. Windows color (decimal): -9899861 or 11268200. OLE color: 11268200.
HSL color Cylindrical-coordinate representation of color #68F0AB: hue angle of 149.56º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0AB is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 171 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.06 |
| HSL | 149.56º | 0.82% | 0.67% | - |
| HSV(B) | 149.56º | 0.57% | 0.94% | - |
| XYZ | 44.22 | 68.2 | 49.36 | - |
| YUV | 191.47 | 116.44 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 171 | 0.57 | 0 | 0.29 | 0.06 | 149.56 | 0.82 | 0.67 |
| Hex | 68 | F0 | AB | 39 | 0 | 1D | 6 | 96 | 52 | 43 |
| Octal | 150 | 360 | 253 | 71 | 0 | 35 | 6 | 226 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10101011 | 111001 | 0 | 11101 | 110 | 10010110 | 1010010 | 1000011 |
Color Harmonies of #68F0AB
Complementary color
Monochromatic Colors of #68F0AB
Black with #68F0AB
Text Example
Text Example
White with #68F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0AB; }
p { color: rgb(104,240,171); }
H1.HeaderClassName
{
color: #68F0AB;
}
.AnyTagClassName
{
color: #68F0AB;
}
</style>
background-color css
<style>
a { background-color: #68F0AB; }
a { background-color: rgb(104,240,171); }
div.DivClassName
{
background-color: #68F0AB;
}
.BgClassName
{
background-color: #68F0AB;
}
</style>
border-color css
<style>
span { border-color: #68F0AB; }
span { border-color: rgb(104,240,171); }
td.TdClassName
{
border-color: #68F0AB;
}
.TagClassName
{
border-color: #68F0AB;
}
</style>