Shades of Aquamarine #6FF0BA
Tints of Aquamarine #6FF0BA
RGB
CMYK
RGB Variations
Color information
#6FF0BA (or 0x6FF0BA) is known color: Aquamarine. HEX triplet: 6F, F0 and BA. RGB value is (111,240,186). Sum of RGB (Red+Green+Blue) = 111+240+186=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF0BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF0BA is #900F45. Grayscale: #C3C3C3. Windows color (decimal): -9441094 or 12251247. OLE color: 12251247.
HSL color Cylindrical-coordinate representation of color #6FF0BA: hue angle of 154.88º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF0BA is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 186 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.06 |
| HSL | 154.88º | 0.81% | 0.69% | - |
| HSV(B) | 154.88º | 0.54% | 0.94% | - |
| XYZ | 46.58 | 69.24 | 57.37 | - |
| YUV | 195.27 | 122.76 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 186 | 0.54 | 0 | 0.22 | 0.06 | 154.88 | 0.81 | 0.69 |
| Hex | 6F | F0 | BA | 36 | 0 | 16 | 6 | 9B | 51 | 45 |
| Octal | 157 | 360 | 272 | 66 | 0 | 26 | 6 | 233 | 121 | 105 |
| Binary | 1101111 | 11110000 | 10111010 | 110110 | 0 | 10110 | 110 | 10011011 | 1010001 | 1000101 |
Color Harmonies of #6FF0BA
Complementary color
Monochromatic Colors of #6FF0BA
Black with #6FF0BA
Text Example
Text Example
White with #6FF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF0BA; }
p { color: rgb(111,240,186); }
H1.HeaderClassName
{
color: #6FF0BA;
}
.AnyTagClassName
{
color: #6FF0BA;
}
</style>
background-color css
<style>
a { background-color: #6FF0BA; }
a { background-color: rgb(111,240,186); }
div.DivClassName
{
background-color: #6FF0BA;
}
.BgClassName
{
background-color: #6FF0BA;
}
</style>
border-color css
<style>
span { border-color: #6FF0BA; }
span { border-color: rgb(111,240,186); }
td.TdClassName
{
border-color: #6FF0BA;
}
.TagClassName
{
border-color: #6FF0BA;
}
</style>