Shades of Medium Aquamarine #6BECAA
Tints of Medium Aquamarine #6BECAA
RGB
CMYK
RGB Variations
Color information
#6BECAA (or 0x6BECAA) is known color: Medium Aquamarine. HEX triplet: 6B, EC and AA. RGB value is (107,236,170). Sum of RGB (Red+Green+Blue) = 107+236+170=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECAA is #941355. Grayscale: #BEBEBE. Windows color (decimal): -9704278 or 11201643. OLE color: 11201643.
HSL color Cylindrical-coordinate representation of color #6BECAA: hue angle of 149.3º 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 #6BECAA is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 170 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.07 |
| HSL | 149.3º | 0.77% | 0.67% | - |
| HSV(B) | 149.3º | 0.55% | 0.93% | - |
| XYZ | 43.31 | 66.02 | 48.49 | - |
| YUV | 189.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 170 | 0.55 | 0 | 0.28 | 0.07 | 149.3 | 0.77 | 0.67 |
| Hex | 6B | EC | AA | 37 | 0 | 1C | 7 | 95 | 4D | 43 |
| Octal | 153 | 354 | 252 | 67 | 0 | 34 | 7 | 225 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10101010 | 110111 | 0 | 11100 | 111 | 10010101 | 1001101 | 1000011 |
Color Harmonies of #6BECAA
Complementary color
Monochromatic Colors of #6BECAA
Black with #6BECAA
Text Example
Text Example
White with #6BECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECAA; }
p { color: rgb(107,236,170); }
H1.HeaderClassName
{
color: #6BECAA;
}
.AnyTagClassName
{
color: #6BECAA;
}
</style>
background-color css
<style>
a { background-color: #6BECAA; }
a { background-color: rgb(107,236,170); }
div.DivClassName
{
background-color: #6BECAA;
}
.BgClassName
{
background-color: #6BECAA;
}
</style>
border-color css
<style>
span { border-color: #6BECAA; }
span { border-color: rgb(107,236,170); }
td.TdClassName
{
border-color: #6BECAA;
}
.TagClassName
{
border-color: #6BECAA;
}
</style>