Shades of Medium Aquamarine #6BECAC
Tints of Medium Aquamarine #6BECAC
RGB
CMYK
RGB Variations
Color information
#6BECAC (or 0x6BECAC) is known color: Medium Aquamarine. HEX triplet: 6B, EC and AC. RGB value is (107,236,172). Sum of RGB (Red+Green+Blue) = 107+236+172=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECAC is #941353. Grayscale: #BEBEBE. Windows color (decimal): -9704276 or 11332715. OLE color: 11332715.
HSL color Cylindrical-coordinate representation of color #6BECAC: hue angle of 150.23º 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 #6BECAC is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 172 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.07 |
| HSL | 150.23º | 0.77% | 0.67% | - |
| HSV(B) | 150.23º | 0.55% | 0.93% | - |
| XYZ | 43.51 | 66.1 | 49.49 | - |
| YUV | 190.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 172 | 0.55 | 0 | 0.27 | 0.07 | 150.23 | 0.77 | 0.67 |
| Hex | 6B | EC | AC | 37 | 0 | 1B | 7 | 96 | 4D | 43 |
| Octal | 153 | 354 | 254 | 67 | 0 | 33 | 7 | 226 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10101100 | 110111 | 0 | 11011 | 111 | 10010110 | 1001101 | 1000011 |
Color Harmonies of #6BECAC
Complementary color
Monochromatic Colors of #6BECAC
Black with #6BECAC
Text Example
Text Example
White with #6BECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECAC; }
p { color: rgb(107,236,172); }
H1.HeaderClassName
{
color: #6BECAC;
}
.AnyTagClassName
{
color: #6BECAC;
}
</style>
background-color css
<style>
a { background-color: #6BECAC; }
a { background-color: rgb(107,236,172); }
div.DivClassName
{
background-color: #6BECAC;
}
.BgClassName
{
background-color: #6BECAC;
}
</style>
border-color css
<style>
span { border-color: #6BECAC; }
span { border-color: rgb(107,236,172); }
td.TdClassName
{
border-color: #6BECAC;
}
.TagClassName
{
border-color: #6BECAC;
}
</style>