Shades of Medium Aquamarine #6BECAB
Tints of Medium Aquamarine #6BECAB
RGB
CMYK
RGB Variations
Color information
#6BECAB (or 0x6BECAB) is known color: Medium Aquamarine. HEX triplet: 6B, EC and AB. RGB value is (107,236,171). Sum of RGB (Red+Green+Blue) = 107+236+171=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECAB is #941354. Grayscale: #BEBEBE. Windows color (decimal): -9704277 or 11267179. OLE color: 11267179.
HSL color Cylindrical-coordinate representation of color #6BECAB: hue angle of 149.77º 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 #6BECAB is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 171 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.07 |
| HSL | 149.77º | 0.77% | 0.67% | - |
| HSV(B) | 149.77º | 0.55% | 0.93% | - |
| XYZ | 43.41 | 66.06 | 48.99 | - |
| YUV | 190.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 171 | 0.55 | 0 | 0.28 | 0.07 | 149.77 | 0.77 | 0.67 |
| Hex | 6B | EC | AB | 37 | 0 | 1C | 7 | 96 | 4D | 43 |
| Octal | 153 | 354 | 253 | 67 | 0 | 34 | 7 | 226 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10101011 | 110111 | 0 | 11100 | 111 | 10010110 | 1001101 | 1000011 |
Color Harmonies of #6BECAB
Complementary color
Monochromatic Colors of #6BECAB
Black with #6BECAB
Text Example
Text Example
White with #6BECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECAB; }
p { color: rgb(107,236,171); }
H1.HeaderClassName
{
color: #6BECAB;
}
.AnyTagClassName
{
color: #6BECAB;
}
</style>
background-color css
<style>
a { background-color: #6BECAB; }
a { background-color: rgb(107,236,171); }
div.DivClassName
{
background-color: #6BECAB;
}
.BgClassName
{
background-color: #6BECAB;
}
</style>
border-color css
<style>
span { border-color: #6BECAB; }
span { border-color: rgb(107,236,171); }
td.TdClassName
{
border-color: #6BECAB;
}
.TagClassName
{
border-color: #6BECAB;
}
</style>