Shades of Aquamarine #6EFEBF
Tints of Aquamarine #6EFEBF
RGB
CMYK
RGB Variations
Color information
#6EFEBF (or 0x6EFEBF) is known color: Aquamarine. HEX triplet: 6E, FE and BF. RGB value is (110,254,191). Sum of RGB (Red+Green+Blue) = 110+254+191=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFEBF is #910140. Grayscale: #CBCBCB. Windows color (decimal): -9503041 or 12582510. OLE color: 12582510.
HSL color Cylindrical-coordinate representation of color #6EFEBF: hue angle of 153.75º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFEBF is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 254 | 191 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.00 |
| HSL | 153.75º | 0.99% | 0.71% | - |
| HSV(B) | 153.75º | 0.57% | 1% | - |
| XYZ | 51.28 | 77.96 | 61.64 | - |
| YUV | 203.76 | 120.79 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 254 | 191 | 0.57 | 0 | 0.25 | 0.00 | 153.75 | 0.99 | 0.71 |
| Hex | 6E | FE | BF | 39 | 0 | 19 | 0 | 9A | 63 | 47 |
| Octal | 156 | 376 | 277 | 71 | 0 | 31 | 0 | 232 | 143 | 107 |
| Binary | 1101110 | 11111110 | 10111111 | 111001 | 0 | 11001 | 0 | 10011010 | 1100011 | 1000111 |
Color Harmonies of #6EFEBF
Complementary color
Monochromatic Colors of #6EFEBF
Black with #6EFEBF
Text Example
Text Example
White with #6EFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFEBF; }
p { color: rgb(110,254,191); }
H1.HeaderClassName
{
color: #6EFEBF;
}
.AnyTagClassName
{
color: #6EFEBF;
}
</style>
background-color css
<style>
a { background-color: #6EFEBF; }
a { background-color: rgb(110,254,191); }
div.DivClassName
{
background-color: #6EFEBF;
}
.BgClassName
{
background-color: #6EFEBF;
}
</style>
border-color css
<style>
span { border-color: #6EFEBF; }
span { border-color: rgb(110,254,191); }
td.TdClassName
{
border-color: #6EFEBF;
}
.TagClassName
{
border-color: #6EFEBF;
}
</style>