Shades of Aquamarine #68FFAB
Tints of Aquamarine #68FFAB
RGB
CMYK
RGB Variations
Color information
#68FFAB (or 0x68FFAB) is known color: Aquamarine. HEX triplet: 68, FF and AB. RGB value is (104,255,171). Sum of RGB (Red+Green+Blue) = 104+255+171=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FFAB is #970054. Grayscale: #C8C8C8. Windows color (decimal): -9896021 or 11272040. OLE color: 11272040.
HSL color Cylindrical-coordinate representation of color #68FFAB: hue angle of 146.62º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFAB is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 171 | - |
| CMYK | 0.59 | 0 | 0.33 | 0 |
| HSL | 146.62º | 1% | 0.7% | - |
| HSV(B) | 146.62º | 0.59% | 1% | - |
| XYZ | 48.82 | 77.4 | 50.9 | - |
| YUV | 200.28 | 111.47 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 171 | 0.59 | 0 | 0.33 | 0 | 146.62 | 1 | 0.7 |
| Hex | 68 | FF | AB | 3B | 0 | 21 | 0 | 93 | 64 | 46 |
| Octal | 150 | 377 | 253 | 73 | 0 | 41 | 0 | 223 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10101011 | 111011 | 0 | 100001 | 0 | 10010011 | 1100100 | 1000110 |
Color Harmonies of #68FFAB
Complementary color
Monochromatic Colors of #68FFAB
Black with #68FFAB
Text Example
Text Example
White with #68FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFAB; }
p { color: rgb(104,255,171); }
H1.HeaderClassName
{
color: #68FFAB;
}
.AnyTagClassName
{
color: #68FFAB;
}
</style>
background-color css
<style>
a { background-color: #68FFAB; }
a { background-color: rgb(104,255,171); }
div.DivClassName
{
background-color: #68FFAB;
}
.BgClassName
{
background-color: #68FFAB;
}
</style>
border-color css
<style>
span { border-color: #68FFAB; }
span { border-color: rgb(104,255,171); }
td.TdClassName
{
border-color: #68FFAB;
}
.TagClassName
{
border-color: #68FFAB;
}
</style>