Shades of Medium Aquamarine #6BECA6
Tints of Medium Aquamarine #6BECA6
RGB
CMYK
RGB Variations
Color information
#6BECA6 (or 0x6BECA6) is known color: Medium Aquamarine. HEX triplet: 6B, EC and A6. RGB value is (107,236,166). Sum of RGB (Red+Green+Blue) = 107+236+166=509 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.02% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECA6 is #941359. Grayscale: #BDBDBD. Windows color (decimal): -9704282 or 10939499. OLE color: 10939499.
HSL color Cylindrical-coordinate representation of color #6BECA6: hue angle of 147.44º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECA6 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 166 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.07 |
| HSL | 147.44º | 0.77% | 0.67% | - |
| HSV(B) | 147.44º | 0.55% | 0.93% | - |
| XYZ | 42.94 | 65.87 | 46.53 | - |
| YUV | 189.45 | 114.76 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 166 | 0.55 | 0 | 0.30 | 0.07 | 147.44 | 0.77 | 0.67 |
| Hex | 6B | EC | A6 | 37 | 0 | 1E | 7 | 93 | 4D | 43 |
| Octal | 153 | 354 | 246 | 67 | 0 | 36 | 7 | 223 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10100110 | 110111 | 0 | 11110 | 111 | 10010011 | 1001101 | 1000011 |
Color Harmonies of #6BECA6
Complementary color
Monochromatic Colors of #6BECA6
Black with #6BECA6
Text Example
Text Example
White with #6BECA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECA6; }
p { color: rgb(107,236,166); }
H1.HeaderClassName
{
color: #6BECA6;
}
.AnyTagClassName
{
color: #6BECA6;
}
</style>
background-color css
<style>
a { background-color: #6BECA6; }
a { background-color: rgb(107,236,166); }
div.DivClassName
{
background-color: #6BECA6;
}
.BgClassName
{
background-color: #6BECA6;
}
</style>
border-color css
<style>
span { border-color: #6BECA6; }
span { border-color: rgb(107,236,166); }
td.TdClassName
{
border-color: #6BECA6;
}
.TagClassName
{
border-color: #6BECA6;
}
</style>