Shades of Medium Aquamarine #68FBAC
Tints of Medium Aquamarine #68FBAC
RGB
CMYK
RGB Variations
Color information
#68FBAC (or 0x68FBAC) is known color: Medium Aquamarine. HEX triplet: 68, FB and AC. RGB value is (104,251,172). Sum of RGB (Red+Green+Blue) = 104+251+172=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FBAC is #970453. Grayscale: #C6C6C6. Windows color (decimal): -9897044 or 11336552. OLE color: 11336552.
HSL color Cylindrical-coordinate representation of color #68FBAC: hue angle of 147.76º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBAC is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 172 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.02 |
| HSL | 147.76º | 0.95% | 0.7% | - |
| HSV(B) | 147.76º | 0.59% | 0.98% | - |
| XYZ | 47.65 | 74.92 | 50.98 | - |
| YUV | 198.04 | 113.3 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 172 | 0.59 | 0 | 0.31 | 0.02 | 147.76 | 0.95 | 0.7 |
| Hex | 68 | FB | AC | 3B | 0 | 1F | 2 | 94 | 5F | 46 |
| Octal | 150 | 373 | 254 | 73 | 0 | 37 | 2 | 224 | 137 | 106 |
| Binary | 1101000 | 11111011 | 10101100 | 111011 | 0 | 11111 | 10 | 10010100 | 1011111 | 1000110 |
Color Harmonies of #68FBAC
Complementary color
Monochromatic Colors of #68FBAC
Black with #68FBAC
Text Example
Text Example
White with #68FBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBAC; }
p { color: rgb(104,251,172); }
H1.HeaderClassName
{
color: #68FBAC;
}
.AnyTagClassName
{
color: #68FBAC;
}
</style>
background-color css
<style>
a { background-color: #68FBAC; }
a { background-color: rgb(104,251,172); }
div.DivClassName
{
background-color: #68FBAC;
}
.BgClassName
{
background-color: #68FBAC;
}
</style>
border-color css
<style>
span { border-color: #68FBAC; }
span { border-color: rgb(104,251,172); }
td.TdClassName
{
border-color: #68FBAC;
}
.TagClassName
{
border-color: #68FBAC;
}
</style>