Shades of Aquamarine #6EFEAE
Tints of Aquamarine #6EFEAE
RGB
CMYK
RGB Variations
Color information
#6EFEAE (or 0x6EFEAE) is known color: Aquamarine. HEX triplet: 6E, FE and AE. RGB value is (110,254,174). Sum of RGB (Red+Green+Blue) = 110+254+174=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFEAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFEAE is #910151. Grayscale: #CACACA. Windows color (decimal): -9503058 or 11468398. OLE color: 11468398.
HSL color Cylindrical-coordinate representation of color #6EFEAE: hue angle of 146.67º 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 #6EFEAE is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 254 | 174 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.00 |
| HSL | 146.67º | 0.99% | 0.71% | - |
| HSV(B) | 146.67º | 0.57% | 1% | - |
| XYZ | 49.51 | 77.25 | 52.35 | - |
| YUV | 201.82 | 112.29 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 254 | 174 | 0.57 | 0 | 0.31 | 0.00 | 146.67 | 0.99 | 0.71 |
| Hex | 6E | FE | AE | 39 | 0 | 1F | 0 | 93 | 63 | 47 |
| Octal | 156 | 376 | 256 | 71 | 0 | 37 | 0 | 223 | 143 | 107 |
| Binary | 1101110 | 11111110 | 10101110 | 111001 | 0 | 11111 | 0 | 10010011 | 1100011 | 1000111 |
Color Harmonies of #6EFEAE
Complementary color
Monochromatic Colors of #6EFEAE
Black with #6EFEAE
Text Example
Text Example
White with #6EFEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFEAE; }
p { color: rgb(110,254,174); }
H1.HeaderClassName
{
color: #6EFEAE;
}
.AnyTagClassName
{
color: #6EFEAE;
}
</style>
background-color css
<style>
a { background-color: #6EFEAE; }
a { background-color: rgb(110,254,174); }
div.DivClassName
{
background-color: #6EFEAE;
}
.BgClassName
{
background-color: #6EFEAE;
}
</style>
border-color css
<style>
span { border-color: #6EFEAE; }
span { border-color: rgb(110,254,174); }
td.TdClassName
{
border-color: #6EFEAE;
}
.TagClassName
{
border-color: #6EFEAE;
}
</style>