Shades of Aquamarine #6EFACE
Tints of Aquamarine #6EFACE
RGB
CMYK
RGB Variations
Color information
#6EFACE (or 0x6EFACE) is known color: Aquamarine. HEX triplet: 6E, FA and CE. RGB value is (110,250,206). Sum of RGB (Red+Green+Blue) = 110+250+206=566 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.43% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFACE is #910531. Grayscale: #CBCBCB. Windows color (decimal): -9504050 or 13564526. OLE color: 13564526.
HSL color Cylindrical-coordinate representation of color #6EFACE: hue angle of 161.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFACE is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 250 | 206 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.02 |
| HSL | 161.14º | 0.93% | 0.71% | - |
| HSV(B) | 161.14º | 0.56% | 0.98% | - |
| XYZ | 51.76 | 76.14 | 70.36 | - |
| YUV | 203.12 | 129.62 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 250 | 206 | 0.56 | 0 | 0.18 | 0.02 | 161.14 | 0.93 | 0.71 |
| Hex | 6E | FA | CE | 38 | 0 | 12 | 2 | A1 | 5D | 47 |
| Octal | 156 | 372 | 316 | 70 | 0 | 22 | 2 | 241 | 135 | 107 |
| Binary | 1101110 | 11111010 | 11001110 | 111000 | 0 | 10010 | 10 | 10100001 | 1011101 | 1000111 |
Color Harmonies of #6EFACE
Complementary color
Monochromatic Colors of #6EFACE
Black with #6EFACE
Text Example
Text Example
White with #6EFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFACE; }
p { color: rgb(110,250,206); }
H1.HeaderClassName
{
color: #6EFACE;
}
.AnyTagClassName
{
color: #6EFACE;
}
</style>
background-color css
<style>
a { background-color: #6EFACE; }
a { background-color: rgb(110,250,206); }
div.DivClassName
{
background-color: #6EFACE;
}
.BgClassName
{
background-color: #6EFACE;
}
</style>
border-color css
<style>
span { border-color: #6EFACE; }
span { border-color: rgb(110,250,206); }
td.TdClassName
{
border-color: #6EFACE;
}
.TagClassName
{
border-color: #6EFACE;
}
</style>