Shades of Aquamarine #68FEAB
Tints of Aquamarine #68FEAB
RGB
CMYK
RGB Variations
Color information
#68FEAB (or 0x68FEAB) is known color: Aquamarine. HEX triplet: 68, FE and AB. RGB value is (104,254,171). Sum of RGB (Red+Green+Blue) = 104+254+171=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FEAB is #970154. Grayscale: #C7C7C7. Windows color (decimal): -9896277 or 11271784. OLE color: 11271784.
HSL color Cylindrical-coordinate representation of color #68FEAB: hue angle of 146.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FEAB is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 254 | 171 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.00 |
| HSL | 146.8º | 0.99% | 0.7% | - |
| HSV(B) | 146.8º | 0.59% | 1% | - |
| XYZ | 48.5 | 76.77 | 50.79 | - |
| YUV | 199.69 | 111.81 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 254 | 171 | 0.59 | 0 | 0.33 | 0.00 | 146.8 | 0.99 | 0.7 |
| Hex | 68 | FE | AB | 3B | 0 | 21 | 0 | 93 | 63 | 46 |
| Octal | 150 | 376 | 253 | 73 | 0 | 41 | 0 | 223 | 143 | 106 |
| Binary | 1101000 | 11111110 | 10101011 | 111011 | 0 | 100001 | 0 | 10010011 | 1100011 | 1000110 |
Color Harmonies of #68FEAB
Complementary color
Monochromatic Colors of #68FEAB
Black with #68FEAB
Text Example
Text Example
White with #68FEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FEAB; }
p { color: rgb(104,254,171); }
H1.HeaderClassName
{
color: #68FEAB;
}
.AnyTagClassName
{
color: #68FEAB;
}
</style>
background-color css
<style>
a { background-color: #68FEAB; }
a { background-color: rgb(104,254,171); }
div.DivClassName
{
background-color: #68FEAB;
}
.BgClassName
{
background-color: #68FEAB;
}
</style>
border-color css
<style>
span { border-color: #68FEAB; }
span { border-color: rgb(104,254,171); }
td.TdClassName
{
border-color: #68FEAB;
}
.TagClassName
{
border-color: #68FEAB;
}
</style>