Shades of Medium Aquamarine #6EBEA4
Tints of Medium Aquamarine #6EBEA4
RGB
CMYK
RGB Variations
Color information
#6EBEA4 (or 0x6EBEA4) is known color: Medium Aquamarine. HEX triplet: 6E, BE and A4. RGB value is (110,190,164). Sum of RGB (Red+Green+Blue) = 110+190+164=464 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.71% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBEA4 is #91415B. Grayscale: #A3A3A3. Windows color (decimal): -9519452 or 10796654. OLE color: 10796654.
HSL color Cylindrical-coordinate representation of color #6EBEA4: hue angle of 160.5º 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 #6EBEA4 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 190 | 164 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.25 |
| HSL | 160.5º | 0.38% | 0.59% | - |
| HSV(B) | 160.5º | 0.42% | 0.75% | - |
| XYZ | 31.54 | 42.82 | 41.72 | - |
| YUV | 163.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 164 | 0.42 | 0 | 0.14 | 0.25 | 160.5 | 0.38 | 0.59 |
| Hex | 6E | BE | A4 | 2A | 0 | E | 19 | A0 | 26 | 3B |
| Octal | 156 | 276 | 244 | 52 | 0 | 16 | 31 | 240 | 46 | 73 |
| Binary | 1101110 | 10111110 | 10100100 | 101010 | 0 | 1110 | 11001 | 10100000 | 100110 | 111011 |
Color Harmonies of #6EBEA4
Complementary color
Monochromatic Colors of #6EBEA4
Black with #6EBEA4
Text Example
Text Example
White with #6EBEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBEA4; }
p { color: rgb(110,190,164); }
H1.HeaderClassName
{
color: #6EBEA4;
}
.AnyTagClassName
{
color: #6EBEA4;
}
</style>
background-color css
<style>
a { background-color: #6EBEA4; }
a { background-color: rgb(110,190,164); }
div.DivClassName
{
background-color: #6EBEA4;
}
.BgClassName
{
background-color: #6EBEA4;
}
</style>
border-color css
<style>
span { border-color: #6EBEA4; }
span { border-color: rgb(110,190,164); }
td.TdClassName
{
border-color: #6EBEA4;
}
.TagClassName
{
border-color: #6EBEA4;
}
</style>