Shades of Aquamarine #6EFFAA
Tints of Aquamarine #6EFFAA
RGB
CMYK
RGB Variations
Color information
#6EFFAA (or 0x6EFFAA) is known color: Aquamarine. HEX triplet: 6E, FF and AA. RGB value is (110,255,170). Sum of RGB (Red+Green+Blue) = 110+255+170=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFFAA is #910055. Grayscale: #CACACA. Windows color (decimal): -9502806 or 11206510. OLE color: 11206510.
HSL color Cylindrical-coordinate representation of color #6EFFAA: hue angle of 144.83º 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 #6EFFAA is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 170 | - |
| CMYK | 0.57 | 0 | 0.33 | 0 |
| HSL | 144.83º | 1% | 0.72% | - |
| HSV(B) | 144.83º | 0.57% | 1% | - |
| XYZ | 49.45 | 77.74 | 50.43 | - |
| YUV | 201.96 | 109.96 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 170 | 0.57 | 0 | 0.33 | 0 | 144.83 | 1 | 0.72 |
| Hex | 6E | FF | AA | 39 | 0 | 21 | 0 | 91 | 64 | 48 |
| Octal | 156 | 377 | 252 | 71 | 0 | 41 | 0 | 221 | 144 | 110 |
| Binary | 1101110 | 11111111 | 10101010 | 111001 | 0 | 100001 | 0 | 10010001 | 1100100 | 1001000 |
Color Harmonies of #6EFFAA
Complementary color
Monochromatic Colors of #6EFFAA
Black with #6EFFAA
Text Example
Text Example
White with #6EFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFAA; }
p { color: rgb(110,255,170); }
H1.HeaderClassName
{
color: #6EFFAA;
}
.AnyTagClassName
{
color: #6EFFAA;
}
</style>
background-color css
<style>
a { background-color: #6EFFAA; }
a { background-color: rgb(110,255,170); }
div.DivClassName
{
background-color: #6EFFAA;
}
.BgClassName
{
background-color: #6EFFAA;
}
</style>
border-color css
<style>
span { border-color: #6EFFAA; }
span { border-color: rgb(110,255,170); }
td.TdClassName
{
border-color: #6EFFAA;
}
.TagClassName
{
border-color: #6EFFAA;
}
</style>