Shades of Medium Aquamarine #6EBEA6
Tints of Medium Aquamarine #6EBEA6
RGB
CMYK
RGB Variations
Color information
#6EBEA6 (or 0x6EBEA6) is known color: Medium Aquamarine. HEX triplet: 6E, BE and A6. RGB value is (110,190,166). Sum of RGB (Red+Green+Blue) = 110+190+166=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBEA6 is #914159. Grayscale: #A3A3A3. Windows color (decimal): -9519450 or 10927726. OLE color: 10927726.
HSL color Cylindrical-coordinate representation of color #6EBEA6: hue angle of 162º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBEA6 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 190 | 166 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.25 |
| HSL | 162º | 0.38% | 0.59% | - |
| HSV(B) | 162º | 0.42% | 0.75% | - |
| XYZ | 31.73 | 42.9 | 42.68 | - |
| YUV | 163.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 166 | 0.42 | 0 | 0.13 | 0.25 | 162 | 0.38 | 0.59 |
| Hex | 6E | BE | A6 | 2A | 0 | D | 19 | A2 | 26 | 3B |
| Octal | 156 | 276 | 246 | 52 | 0 | 15 | 31 | 242 | 46 | 73 |
| Binary | 1101110 | 10111110 | 10100110 | 101010 | 0 | 1101 | 11001 | 10100010 | 100110 | 111011 |
Color Harmonies of #6EBEA6
Complementary color
Monochromatic Colors of #6EBEA6
Black with #6EBEA6
Text Example
Text Example
White with #6EBEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBEA6; }
p { color: rgb(110,190,166); }
H1.HeaderClassName
{
color: #6EBEA6;
}
.AnyTagClassName
{
color: #6EBEA6;
}
</style>
background-color css
<style>
a { background-color: #6EBEA6; }
a { background-color: rgb(110,190,166); }
div.DivClassName
{
background-color: #6EBEA6;
}
.BgClassName
{
background-color: #6EBEA6;
}
</style>
border-color css
<style>
span { border-color: #6EBEA6; }
span { border-color: rgb(110,190,166); }
td.TdClassName
{
border-color: #6EBEA6;
}
.TagClassName
{
border-color: #6EBEA6;
}
</style>