Shades of Medium Aquamarine #6EEBAF
Tints of Medium Aquamarine #6EEBAF
RGB
CMYK
RGB Variations
Color information
#6EEBAF (or 0x6EEBAF) is known color: Medium Aquamarine. HEX triplet: 6E, EB and AF. RGB value is (110,235,175). Sum of RGB (Red+Green+Blue) = 110+235+175=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EEBAF is #911450. Grayscale: #BEBEBE. Windows color (decimal): -9507921 or 11529070. OLE color: 11529070.
HSL color Cylindrical-coordinate representation of color #6EEBAF: hue angle of 151.2º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEBAF is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 235 | 175 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.08 |
| HSL | 151.2º | 0.76% | 0.68% | - |
| HSV(B) | 151.2º | 0.53% | 0.92% | - |
| XYZ | 43.88 | 65.83 | 50.95 | - |
| YUV | 190.79 | 119.09 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 235 | 175 | 0.53 | 0 | 0.26 | 0.08 | 151.2 | 0.76 | 0.68 |
| Hex | 6E | EB | AF | 35 | 0 | 1A | 8 | 97 | 4C | 44 |
| Octal | 156 | 353 | 257 | 65 | 0 | 32 | 10 | 227 | 114 | 104 |
| Binary | 1101110 | 11101011 | 10101111 | 110101 | 0 | 11010 | 1000 | 10010111 | 1001100 | 1000100 |
Color Harmonies of #6EEBAF
Complementary color
Monochromatic Colors of #6EEBAF
Black with #6EEBAF
Text Example
Text Example
White with #6EEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEBAF; }
p { color: rgb(110,235,175); }
H1.HeaderClassName
{
color: #6EEBAF;
}
.AnyTagClassName
{
color: #6EEBAF;
}
</style>
background-color css
<style>
a { background-color: #6EEBAF; }
a { background-color: rgb(110,235,175); }
div.DivClassName
{
background-color: #6EEBAF;
}
.BgClassName
{
background-color: #6EEBAF;
}
</style>
border-color css
<style>
span { border-color: #6EEBAF; }
span { border-color: rgb(110,235,175); }
td.TdClassName
{
border-color: #6EEBAF;
}
.TagClassName
{
border-color: #6EEBAF;
}
</style>