Shades of Aquamarine #6EFFE5
Tints of Aquamarine #6EFFE5
RGB
CMYK
RGB Variations
Color information
#6EFFE5 (or 0x6EFFE5) is known color: Aquamarine. HEX triplet: 6E, FF and E5. RGB value is (110,255,229). Sum of RGB (Red+Green+Blue) = 110+255+229=594 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.52% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFE5 is #91001A. Grayscale: #D0D0D0. Windows color (decimal): -9502747 or 15073134. OLE color: 15073134.
HSL color Cylindrical-coordinate representation of color #6EFFE5: hue angle of 169.24º 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 #6EFFE5 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 229 | - |
| CMYK | 0.57 | 0 | 0.10 | 0 |
| HSL | 169.24º | 1% | 0.72% | - |
| HSV(B) | 169.24º | 0.57% | 1% | - |
| XYZ | 56.33 | 80.49 | 86.7 | - |
| YUV | 208.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 229 | 0.57 | 0 | 0.10 | 0 | 169.24 | 1 | 0.72 |
| Hex | 6E | FF | E5 | 39 | 0 | A | 0 | A9 | 64 | 48 |
| Octal | 156 | 377 | 345 | 71 | 0 | 12 | 0 | 251 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11100101 | 111001 | 0 | 1010 | 0 | 10101001 | 1100100 | 1001000 |
Color Harmonies of #6EFFE5
Complementary color
Monochromatic Colors of #6EFFE5
Black with #6EFFE5
Text Example
Text Example
White with #6EFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFE5; }
p { color: rgb(110,255,229); }
H1.HeaderClassName
{
color: #6EFFE5;
}
.AnyTagClassName
{
color: #6EFFE5;
}
</style>
background-color css
<style>
a { background-color: #6EFFE5; }
a { background-color: rgb(110,255,229); }
div.DivClassName
{
background-color: #6EFFE5;
}
.BgClassName
{
background-color: #6EFFE5;
}
</style>
border-color css
<style>
span { border-color: #6EFFE5; }
span { border-color: rgb(110,255,229); }
td.TdClassName
{
border-color: #6EFFE5;
}
.TagClassName
{
border-color: #6EFFE5;
}
</style>