Shades of Aquamarine #6EFFB0
Tints of Aquamarine #6EFFB0
RGB
CMYK
RGB Variations
Color information
#6EFFB0 (or 0x6EFFB0) is known color: Aquamarine. HEX triplet: 6E, FF and B0. RGB value is (110,255,176). Sum of RGB (Red+Green+Blue) = 110+255+176=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFFB0 is #91004F. Grayscale: #CACACA. Windows color (decimal): -9502800 or 11599726. OLE color: 11599726.
HSL color Cylindrical-coordinate representation of color #6EFFB0: hue angle of 147.31º 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 #6EFFB0 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 176 | - |
| CMYK | 0.57 | 0 | 0.31 | 0 |
| HSL | 147.31º | 1% | 0.72% | - |
| HSV(B) | 147.31º | 0.57% | 1% | - |
| XYZ | 50.03 | 77.97 | 53.49 | - |
| YUV | 202.64 | 112.96 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 176 | 0.57 | 0 | 0.31 | 0 | 147.31 | 1 | 0.72 |
| Hex | 6E | FF | B0 | 39 | 0 | 1F | 0 | 93 | 64 | 48 |
| Octal | 156 | 377 | 260 | 71 | 0 | 37 | 0 | 223 | 144 | 110 |
| Binary | 1101110 | 11111111 | 10110000 | 111001 | 0 | 11111 | 0 | 10010011 | 1100100 | 1001000 |
Color Harmonies of #6EFFB0
Complementary color
Monochromatic Colors of #6EFFB0
Black with #6EFFB0
Text Example
Text Example
White with #6EFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFB0; }
p { color: rgb(110,255,176); }
H1.HeaderClassName
{
color: #6EFFB0;
}
.AnyTagClassName
{
color: #6EFFB0;
}
</style>
background-color css
<style>
a { background-color: #6EFFB0; }
a { background-color: rgb(110,255,176); }
div.DivClassName
{
background-color: #6EFFB0;
}
.BgClassName
{
background-color: #6EFFB0;
}
</style>
border-color css
<style>
span { border-color: #6EFFB0; }
span { border-color: rgb(110,255,176); }
td.TdClassName
{
border-color: #6EFFB0;
}
.TagClassName
{
border-color: #6EFFB0;
}
</style>