Shades of Medium Aquamarine #6BE4A0
Tints of Medium Aquamarine #6BE4A0
RGB
CMYK
RGB Variations
Color information
#6BE4A0 (or 0x6BE4A0) is known color: Medium Aquamarine. HEX triplet: 6B, E4 and A0. RGB value is (107,228,160). Sum of RGB (Red+Green+Blue) = 107+228+160=495 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.62% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #6BE4A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE4A0 is #941B5F. Grayscale: #B8B8B8. Windows color (decimal): -9706336 or 10544235. OLE color: 10544235.
HSL color Cylindrical-coordinate representation of color #6BE4A0: hue angle of 146.28º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE4A0 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 228 | 160 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.11 |
| HSL | 146.28º | 0.69% | 0.66% | - |
| HSV(B) | 146.28º | 0.53% | 0.89% | - |
| XYZ | 40.15 | 61.15 | 42.94 | - |
| YUV | 184.07 | 114.41 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 228 | 160 | 0.53 | 0 | 0.30 | 0.11 | 146.28 | 0.69 | 0.66 |
| Hex | 6B | E4 | A0 | 35 | 0 | 1E | B | 92 | 45 | 42 |
| Octal | 153 | 344 | 240 | 65 | 0 | 36 | 13 | 222 | 105 | 102 |
| Binary | 1101011 | 11100100 | 10100000 | 110101 | 0 | 11110 | 1011 | 10010010 | 1000101 | 1000010 |
Color Harmonies of #6BE4A0
Complementary color
Monochromatic Colors of #6BE4A0
Black with #6BE4A0
Text Example
Text Example
White with #6BE4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE4A0; }
p { color: rgb(107,228,160); }
H1.HeaderClassName
{
color: #6BE4A0;
}
.AnyTagClassName
{
color: #6BE4A0;
}
</style>
background-color css
<style>
a { background-color: #6BE4A0; }
a { background-color: rgb(107,228,160); }
div.DivClassName
{
background-color: #6BE4A0;
}
.BgClassName
{
background-color: #6BE4A0;
}
</style>
border-color css
<style>
span { border-color: #6BE4A0; }
span { border-color: rgb(107,228,160); }
td.TdClassName
{
border-color: #6BE4A0;
}
.TagClassName
{
border-color: #6BE4A0;
}
</style>