Shades of Aquamarine #6EF3BA
Tints of Aquamarine #6EF3BA
RGB
CMYK
RGB Variations
Color information
#6EF3BA (or 0x6EF3BA) is known color: Aquamarine. HEX triplet: 6E, F3 and BA. RGB value is (110,243,186). Sum of RGB (Red+Green+Blue) = 110+243+186=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #6EF3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF3BA is #910C45. Grayscale: #C4C4C4. Windows color (decimal): -9505862 or 12252014. OLE color: 12252014.
HSL color Cylindrical-coordinate representation of color #6EF3BA: hue angle of 154.29º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF3BA is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 243 | 186 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.05 |
| HSL | 154.29º | 0.85% | 0.69% | - |
| HSV(B) | 154.29º | 0.55% | 0.95% | - |
| XYZ | 47.34 | 70.96 | 57.66 | - |
| YUV | 196.74 | 121.94 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 243 | 186 | 0.55 | 0 | 0.23 | 0.05 | 154.29 | 0.85 | 0.69 |
| Hex | 6E | F3 | BA | 37 | 0 | 17 | 5 | 9A | 55 | 45 |
| Octal | 156 | 363 | 272 | 67 | 0 | 27 | 5 | 232 | 125 | 105 |
| Binary | 1101110 | 11110011 | 10111010 | 110111 | 0 | 10111 | 101 | 10011010 | 1010101 | 1000101 |
Color Harmonies of #6EF3BA
Complementary color
Monochromatic Colors of #6EF3BA
Black with #6EF3BA
Text Example
Text Example
White with #6EF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF3BA; }
p { color: rgb(110,243,186); }
H1.HeaderClassName
{
color: #6EF3BA;
}
.AnyTagClassName
{
color: #6EF3BA;
}
</style>
background-color css
<style>
a { background-color: #6EF3BA; }
a { background-color: rgb(110,243,186); }
div.DivClassName
{
background-color: #6EF3BA;
}
.BgClassName
{
background-color: #6EF3BA;
}
</style>
border-color css
<style>
span { border-color: #6EF3BA; }
span { border-color: rgb(110,243,186); }
td.TdClassName
{
border-color: #6EF3BA;
}
.TagClassName
{
border-color: #6EF3BA;
}
</style>