Shades of Medium Aquamarine #68FBAB
Tints of Medium Aquamarine #68FBAB
RGB
CMYK
RGB Variations
Color information
#68FBAB (or 0x68FBAB) is known color: Medium Aquamarine. HEX triplet: 68, FB and AB. RGB value is (104,251,171). Sum of RGB (Red+Green+Blue) = 104+251+171=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FBAB is #970454. Grayscale: #C6C6C6. Windows color (decimal): -9897045 or 11271016. OLE color: 11271016.
HSL color Cylindrical-coordinate representation of color #68FBAB: hue angle of 147.35º 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 #68FBAB is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 171 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.02 |
| HSL | 147.35º | 0.95% | 0.7% | - |
| HSV(B) | 147.35º | 0.59% | 0.98% | - |
| XYZ | 47.56 | 74.88 | 50.47 | - |
| YUV | 197.93 | 112.8 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 171 | 0.59 | 0 | 0.32 | 0.02 | 147.35 | 0.95 | 0.7 |
| Hex | 68 | FB | AB | 3B | 0 | 20 | 2 | 93 | 5F | 46 |
| Octal | 150 | 373 | 253 | 73 | 0 | 40 | 2 | 223 | 137 | 106 |
| Binary | 1101000 | 11111011 | 10101011 | 111011 | 0 | 100000 | 10 | 10010011 | 1011111 | 1000110 |
Color Harmonies of #68FBAB
Complementary color
Monochromatic Colors of #68FBAB
Black with #68FBAB
Text Example
Text Example
White with #68FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBAB; }
p { color: rgb(104,251,171); }
H1.HeaderClassName
{
color: #68FBAB;
}
.AnyTagClassName
{
color: #68FBAB;
}
</style>
background-color css
<style>
a { background-color: #68FBAB; }
a { background-color: rgb(104,251,171); }
div.DivClassName
{
background-color: #68FBAB;
}
.BgClassName
{
background-color: #68FBAB;
}
</style>
border-color css
<style>
span { border-color: #68FBAB; }
span { border-color: rgb(104,251,171); }
td.TdClassName
{
border-color: #68FBAB;
}
.TagClassName
{
border-color: #68FBAB;
}
</style>