Shades of Medium Aquamarine #6BE6A0
Tints of Medium Aquamarine #6BE6A0
RGB
CMYK
RGB Variations
Color information
#6BE6A0 (or 0x6BE6A0) is known color: Medium Aquamarine. HEX triplet: 6B, E6 and A0. RGB value is (107,230,160). Sum of RGB (Red+Green+Blue) = 107+230+160=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #6BE6A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BE6A0 is #94195F. Grayscale: #B9B9B9. Windows color (decimal): -9705824 or 10544747. OLE color: 10544747.
HSL color Cylindrical-coordinate representation of color #6BE6A0: hue angle of 145.85º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE6A0 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 230 | 160 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.10 |
| HSL | 145.85º | 0.71% | 0.66% | - |
| HSV(B) | 145.85º | 0.53% | 0.9% | - |
| XYZ | 40.71 | 62.26 | 43.13 | - |
| YUV | 185.24 | 113.75 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 230 | 160 | 0.53 | 0 | 0.30 | 0.10 | 145.85 | 0.71 | 0.66 |
| Hex | 6B | E6 | A0 | 35 | 0 | 1E | A | 92 | 47 | 42 |
| Octal | 153 | 346 | 240 | 65 | 0 | 36 | 12 | 222 | 107 | 102 |
| Binary | 1101011 | 11100110 | 10100000 | 110101 | 0 | 11110 | 1010 | 10010010 | 1000111 | 1000010 |
Color Harmonies of #6BE6A0
Complementary color
Monochromatic Colors of #6BE6A0
Black with #6BE6A0
Text Example
Text Example
White with #6BE6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE6A0; }
p { color: rgb(107,230,160); }
H1.HeaderClassName
{
color: #6BE6A0;
}
.AnyTagClassName
{
color: #6BE6A0;
}
</style>
background-color css
<style>
a { background-color: #6BE6A0; }
a { background-color: rgb(107,230,160); }
div.DivClassName
{
background-color: #6BE6A0;
}
.BgClassName
{
background-color: #6BE6A0;
}
</style>
border-color css
<style>
span { border-color: #6BE6A0; }
span { border-color: rgb(107,230,160); }
td.TdClassName
{
border-color: #6BE6A0;
}
.TagClassName
{
border-color: #6BE6A0;
}
</style>