Shades of Aquamarine #6EFDAB
Tints of Aquamarine #6EFDAB
RGB
CMYK
RGB Variations
Color information
#6EFDAB (or 0x6EFDAB) is known color: Aquamarine. HEX triplet: 6E, FD and AB. RGB value is (110,253,171). Sum of RGB (Red+Green+Blue) = 110+253+171=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFDAB is #910254. Grayscale: #C9C9C9. Windows color (decimal): -9503317 or 11271534. OLE color: 11271534.
HSL color Cylindrical-coordinate representation of color #6EFDAB: hue angle of 145.59º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFDAB is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 171 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.01 |
| HSL | 145.59º | 0.97% | 0.71% | - |
| HSV(B) | 145.59º | 0.57% | 0.99% | - |
| XYZ | 48.91 | 76.51 | 50.72 | - |
| YUV | 200.9 | 111.12 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 171 | 0.57 | 0 | 0.32 | 0.01 | 145.59 | 0.97 | 0.71 |
| Hex | 6E | FD | AB | 39 | 0 | 20 | 1 | 92 | 61 | 47 |
| Octal | 156 | 375 | 253 | 71 | 0 | 40 | 1 | 222 | 141 | 107 |
| Binary | 1101110 | 11111101 | 10101011 | 111001 | 0 | 100000 | 1 | 10010010 | 1100001 | 1000111 |
Color Harmonies of #6EFDAB
Complementary color
Monochromatic Colors of #6EFDAB
Black with #6EFDAB
Text Example
Text Example
White with #6EFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDAB; }
p { color: rgb(110,253,171); }
H1.HeaderClassName
{
color: #6EFDAB;
}
.AnyTagClassName
{
color: #6EFDAB;
}
</style>
background-color css
<style>
a { background-color: #6EFDAB; }
a { background-color: rgb(110,253,171); }
div.DivClassName
{
background-color: #6EFDAB;
}
.BgClassName
{
background-color: #6EFDAB;
}
</style>
border-color css
<style>
span { border-color: #6EFDAB; }
span { border-color: rgb(110,253,171); }
td.TdClassName
{
border-color: #6EFDAB;
}
.TagClassName
{
border-color: #6EFDAB;
}
</style>