Shades of Aquamarine #6EFFBE
Tints of Aquamarine #6EFFBE
RGB
CMYK
RGB Variations
Color information
#6EFFBE (or 0x6EFFBE) is known color: Aquamarine. HEX triplet: 6E, FF and BE. RGB value is (110,255,190). Sum of RGB (Red+Green+Blue) = 110+255+190=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFBE is #910041. Grayscale: #CCCCCC. Windows color (decimal): -9502786 or 12517230. OLE color: 12517230.
HSL color Cylindrical-coordinate representation of color #6EFFBE: hue angle of 153.1º 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 #6EFFBE is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 190 | - |
| CMYK | 0.57 | 0 | 0.25 | 0 |
| HSL | 153.1º | 1% | 0.72% | - |
| HSV(B) | 153.1º | 0.57% | 1% | - |
| XYZ | 51.48 | 78.55 | 61.16 | - |
| YUV | 204.24 | 119.96 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 190 | 0.57 | 0 | 0.25 | 0 | 153.1 | 1 | 0.72 |
| Hex | 6E | FF | BE | 39 | 0 | 19 | 0 | 99 | 64 | 48 |
| Octal | 156 | 377 | 276 | 71 | 0 | 31 | 0 | 231 | 144 | 110 |
| Binary | 1101110 | 11111111 | 10111110 | 111001 | 0 | 11001 | 0 | 10011001 | 1100100 | 1001000 |
Color Harmonies of #6EFFBE
Complementary color
Monochromatic Colors of #6EFFBE
Black with #6EFFBE
Text Example
Text Example
White with #6EFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFBE; }
p { color: rgb(110,255,190); }
H1.HeaderClassName
{
color: #6EFFBE;
}
.AnyTagClassName
{
color: #6EFFBE;
}
</style>
background-color css
<style>
a { background-color: #6EFFBE; }
a { background-color: rgb(110,255,190); }
div.DivClassName
{
background-color: #6EFFBE;
}
.BgClassName
{
background-color: #6EFFBE;
}
</style>
border-color css
<style>
span { border-color: #6EFFBE; }
span { border-color: rgb(110,255,190); }
td.TdClassName
{
border-color: #6EFFBE;
}
.TagClassName
{
border-color: #6EFFBE;
}
</style>