Shades of Aquamarine #6EFABB
Tints of Aquamarine #6EFABB
RGB
CMYK
RGB Variations
Color information
#6EFABB (or 0x6EFABB) is known color: Aquamarine. HEX triplet: 6E, FA and BB. RGB value is (110,250,187). Sum of RGB (Red+Green+Blue) = 110+250+187=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFABB is #910544. Grayscale: #C9C9C9. Windows color (decimal): -9504069 or 12319342. OLE color: 12319342.
HSL color Cylindrical-coordinate representation of color #6EFABB: hue angle of 153º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFABB is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 250 | 187 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.02 |
| HSL | 153º | 0.93% | 0.71% | - |
| HSV(B) | 153º | 0.56% | 0.98% | - |
| XYZ | 49.59 | 75.27 | 58.93 | - |
| YUV | 200.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 250 | 187 | 0.56 | 0 | 0.25 | 0.02 | 153 | 0.93 | 0.71 |
| Hex | 6E | FA | BB | 38 | 0 | 19 | 2 | 99 | 5D | 47 |
| Octal | 156 | 372 | 273 | 70 | 0 | 31 | 2 | 231 | 135 | 107 |
| Binary | 1101110 | 11111010 | 10111011 | 111000 | 0 | 11001 | 10 | 10011001 | 1011101 | 1000111 |
Color Harmonies of #6EFABB
Complementary color
Monochromatic Colors of #6EFABB
Black with #6EFABB
Text Example
Text Example
White with #6EFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFABB; }
p { color: rgb(110,250,187); }
H1.HeaderClassName
{
color: #6EFABB;
}
.AnyTagClassName
{
color: #6EFABB;
}
</style>
background-color css
<style>
a { background-color: #6EFABB; }
a { background-color: rgb(110,250,187); }
div.DivClassName
{
background-color: #6EFABB;
}
.BgClassName
{
background-color: #6EFABB;
}
</style>
border-color css
<style>
span { border-color: #6EFABB; }
span { border-color: rgb(110,250,187); }
td.TdClassName
{
border-color: #6EFABB;
}
.TagClassName
{
border-color: #6EFABB;
}
</style>