Shades of Aquamarine #6EFFBB
Tints of Aquamarine #6EFFBB
RGB
CMYK
RGB Variations
Color information
#6EFFBB (or 0x6EFFBB) is known color: Aquamarine. HEX triplet: 6E, FF and BB. RGB value is (110,255,187). Sum of RGB (Red+Green+Blue) = 110+255+187=552 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.93% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFBB is #910044. Grayscale: #CCCCCC. Windows color (decimal): -9502789 or 12320622. OLE color: 12320622.
HSL color Cylindrical-coordinate representation of color #6EFFBB: hue angle of 151.86º 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 #6EFFBB is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 187 | - |
| CMYK | 0.57 | 0 | 0.27 | 0 |
| HSL | 151.86º | 1% | 0.72% | - |
| HSV(B) | 151.86º | 0.57% | 1% | - |
| XYZ | 51.16 | 78.42 | 59.45 | - |
| YUV | 203.89 | 118.46 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 187 | 0.57 | 0 | 0.27 | 0 | 151.86 | 1 | 0.72 |
| Hex | 6E | FF | BB | 39 | 0 | 1B | 0 | 98 | 64 | 48 |
| Octal | 156 | 377 | 273 | 71 | 0 | 33 | 0 | 230 | 144 | 110 |
| Binary | 1101110 | 11111111 | 10111011 | 111001 | 0 | 11011 | 0 | 10011000 | 1100100 | 1001000 |
Color Harmonies of #6EFFBB
Complementary color
Monochromatic Colors of #6EFFBB
Black with #6EFFBB
Text Example
Text Example
White with #6EFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFBB; }
p { color: rgb(110,255,187); }
H1.HeaderClassName
{
color: #6EFFBB;
}
.AnyTagClassName
{
color: #6EFFBB;
}
</style>
background-color css
<style>
a { background-color: #6EFFBB; }
a { background-color: rgb(110,255,187); }
div.DivClassName
{
background-color: #6EFFBB;
}
.BgClassName
{
background-color: #6EFFBB;
}
</style>
border-color css
<style>
span { border-color: #6EFFBB; }
span { border-color: rgb(110,255,187); }
td.TdClassName
{
border-color: #6EFFBB;
}
.TagClassName
{
border-color: #6EFFBB;
}
</style>