Shades of Medium Aquamarine #6BEBA0
Tints of Medium Aquamarine #6BEBA0
RGB
CMYK
RGB Variations
Color information
#6BEBA0 (or 0x6BEBA0) is known color: Medium Aquamarine. HEX triplet: 6B, EB and A0. RGB value is (107,235,160). Sum of RGB (Red+Green+Blue) = 107+235+160=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEBA0 is #94145F. Grayscale: #BCBCBC. Windows color (decimal): -9704544 or 10546027. OLE color: 10546027.
HSL color Cylindrical-coordinate representation of color #6BEBA0: hue angle of 144.84º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEBA0 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 160 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.08 |
| HSL | 144.84º | 0.76% | 0.67% | - |
| HSV(B) | 144.84º | 0.54% | 0.92% | - |
| XYZ | 42.12 | 65.08 | 43.6 | - |
| YUV | 188.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 160 | 0.54 | 0 | 0.32 | 0.08 | 144.84 | 0.76 | 0.67 |
| Hex | 6B | EB | A0 | 36 | 0 | 20 | 8 | 91 | 4C | 43 |
| Octal | 153 | 353 | 240 | 66 | 0 | 40 | 10 | 221 | 114 | 103 |
| Binary | 1101011 | 11101011 | 10100000 | 110110 | 0 | 100000 | 1000 | 10010001 | 1001100 | 1000011 |
Color Harmonies of #6BEBA0
Complementary color
Monochromatic Colors of #6BEBA0
Black with #6BEBA0
Text Example
Text Example
White with #6BEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBA0; }
p { color: rgb(107,235,160); }
H1.HeaderClassName
{
color: #6BEBA0;
}
.AnyTagClassName
{
color: #6BEBA0;
}
</style>
background-color css
<style>
a { background-color: #6BEBA0; }
a { background-color: rgb(107,235,160); }
div.DivClassName
{
background-color: #6BEBA0;
}
.BgClassName
{
background-color: #6BEBA0;
}
</style>
border-color css
<style>
span { border-color: #6BEBA0; }
span { border-color: rgb(107,235,160); }
td.TdClassName
{
border-color: #6BEBA0;
}
.TagClassName
{
border-color: #6BEBA0;
}
</style>