Shades of Aquamarine #6EFFBC
Tints of Aquamarine #6EFFBC
RGB
CMYK
RGB Variations
Color information
#6EFFBC (or 0x6EFFBC) is known color: Aquamarine. HEX triplet: 6E, FF and BC. RGB value is (110,255,188). Sum of RGB (Red+Green+Blue) = 110+255+188=553 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.89% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFBC is #910043. Grayscale: #CCCCCC. Windows color (decimal): -9502788 or 12386158. OLE color: 12386158.
HSL color Cylindrical-coordinate representation of color #6EFFBC: hue angle of 152.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFBC is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 188 | - |
| CMYK | 0.57 | 0 | 0.26 | 0 |
| HSL | 152.28º | 1% | 0.72% | - |
| HSV(B) | 152.28º | 0.57% | 1% | - |
| XYZ | 51.27 | 78.47 | 60.02 | - |
| YUV | 204.01 | 118.96 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 188 | 0.57 | 0 | 0.26 | 0 | 152.28 | 1 | 0.72 |
| Hex | 6E | FF | BC | 39 | 0 | 1A | 0 | 98 | 64 | 48 |
| Octal | 156 | 377 | 274 | 71 | 0 | 32 | 0 | 230 | 144 | 110 |
| Binary | 1101110 | 11111111 | 10111100 | 111001 | 0 | 11010 | 0 | 10011000 | 1100100 | 1001000 |
Color Harmonies of #6EFFBC
Complementary color
Monochromatic Colors of #6EFFBC
Black with #6EFFBC
Text Example
Text Example
White with #6EFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFBC; }
p { color: rgb(110,255,188); }
H1.HeaderClassName
{
color: #6EFFBC;
}
.AnyTagClassName
{
color: #6EFFBC;
}
</style>
background-color css
<style>
a { background-color: #6EFFBC; }
a { background-color: rgb(110,255,188); }
div.DivClassName
{
background-color: #6EFFBC;
}
.BgClassName
{
background-color: #6EFFBC;
}
</style>
border-color css
<style>
span { border-color: #6EFFBC; }
span { border-color: rgb(110,255,188); }
td.TdClassName
{
border-color: #6EFFBC;
}
.TagClassName
{
border-color: #6EFFBC;
}
</style>