Shades of Aquamarine #6EFFAE
Tints of Aquamarine #6EFFAE
RGB
CMYK
RGB Variations
Color information
#6EFFAE (or 0x6EFFAE) is known color: Aquamarine. HEX triplet: 6E, FF and AE. RGB value is (110,255,174). Sum of RGB (Red+Green+Blue) = 110+255+174=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFFAE is #910051. Grayscale: #CACACA. Windows color (decimal): -9502802 or 11468654. OLE color: 11468654.
HSL color Cylindrical-coordinate representation of color #6EFFAE: hue angle of 146.48º 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 #6EFFAE is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 174 | - |
| CMYK | 0.57 | 0 | 0.32 | 0 |
| HSL | 146.48º | 1% | 0.72% | - |
| HSV(B) | 146.48º | 0.57% | 1% | - |
| XYZ | 49.83 | 77.89 | 52.45 | - |
| YUV | 202.41 | 111.96 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 174 | 0.57 | 0 | 0.32 | 0 | 146.48 | 1 | 0.72 |
| Hex | 6E | FF | AE | 39 | 0 | 20 | 0 | 92 | 64 | 48 |
| Octal | 156 | 377 | 256 | 71 | 0 | 40 | 0 | 222 | 144 | 110 |
| Binary | 1101110 | 11111111 | 10101110 | 111001 | 0 | 100000 | 0 | 10010010 | 1100100 | 1001000 |
Color Harmonies of #6EFFAE
Complementary color
Monochromatic Colors of #6EFFAE
Black with #6EFFAE
Text Example
Text Example
White with #6EFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFAE; }
p { color: rgb(110,255,174); }
H1.HeaderClassName
{
color: #6EFFAE;
}
.AnyTagClassName
{
color: #6EFFAE;
}
</style>
background-color css
<style>
a { background-color: #6EFFAE; }
a { background-color: rgb(110,255,174); }
div.DivClassName
{
background-color: #6EFFAE;
}
.BgClassName
{
background-color: #6EFFAE;
}
</style>
border-color css
<style>
span { border-color: #6EFFAE; }
span { border-color: rgb(110,255,174); }
td.TdClassName
{
border-color: #6EFFAE;
}
.TagClassName
{
border-color: #6EFFAE;
}
</style>