Shades of Aquamarine #6FFFBA
Tints of Aquamarine #6FFFBA
RGB
CMYK
RGB Variations
Color information
#6FFFBA (or 0x6FFFBA) is known color: Aquamarine. HEX triplet: 6F, FF and BA. RGB value is (111,255,186). Sum of RGB (Red+Green+Blue) = 111+255+186=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFBA is #900045. Grayscale: #CCCCCC. Windows color (decimal): -9437254 or 12255087. OLE color: 12255087.
HSL color Cylindrical-coordinate representation of color #6FFFBA: hue angle of 151.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFBA is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 186 | - |
| CMYK | 0.56 | 0 | 0.27 | 0 |
| HSL | 151.25º | 1% | 0.72% | - |
| HSV(B) | 151.25º | 0.56% | 1% | - |
| XYZ | 51.18 | 78.44 | 58.9 | - |
| YUV | 204.08 | 117.79 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 186 | 0.56 | 0 | 0.27 | 0 | 151.25 | 1 | 0.72 |
| Hex | 6F | FF | BA | 38 | 0 | 1B | 0 | 97 | 64 | 48 |
| Octal | 157 | 377 | 272 | 70 | 0 | 33 | 0 | 227 | 144 | 110 |
| Binary | 1101111 | 11111111 | 10111010 | 111000 | 0 | 11011 | 0 | 10010111 | 1100100 | 1001000 |
Color Harmonies of #6FFFBA
Complementary color
Monochromatic Colors of #6FFFBA
Black with #6FFFBA
Text Example
Text Example
White with #6FFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFBA; }
p { color: rgb(111,255,186); }
H1.HeaderClassName
{
color: #6FFFBA;
}
.AnyTagClassName
{
color: #6FFFBA;
}
</style>
background-color css
<style>
a { background-color: #6FFFBA; }
a { background-color: rgb(111,255,186); }
div.DivClassName
{
background-color: #6FFFBA;
}
.BgClassName
{
background-color: #6FFFBA;
}
</style>
border-color css
<style>
span { border-color: #6FFFBA; }
span { border-color: rgb(111,255,186); }
td.TdClassName
{
border-color: #6FFFBA;
}
.TagClassName
{
border-color: #6FFFBA;
}
</style>