Shades of Medium Aquamarine #6BECAF
Tints of Medium Aquamarine #6BECAF
RGB
CMYK
RGB Variations
Color information
#6BECAF (or 0x6BECAF) is known color: Medium Aquamarine. HEX triplet: 6B, EC and AF. RGB value is (107,236,175). Sum of RGB (Red+Green+Blue) = 107+236+175=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECAF is #941350. Grayscale: #BEBEBE. Windows color (decimal): -9704273 or 11529323. OLE color: 11529323.
HSL color Cylindrical-coordinate representation of color #6BECAF: hue angle of 151.63º 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 #6BECAF is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 175 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.07 |
| HSL | 151.63º | 0.77% | 0.67% | - |
| HSV(B) | 151.63º | 0.55% | 0.93% | - |
| XYZ | 43.8 | 66.21 | 51.03 | - |
| YUV | 190.48 | 119.26 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 175 | 0.55 | 0 | 0.26 | 0.07 | 151.63 | 0.77 | 0.67 |
| Hex | 6B | EC | AF | 37 | 0 | 1A | 7 | 98 | 4D | 43 |
| Octal | 153 | 354 | 257 | 67 | 0 | 32 | 7 | 230 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10101111 | 110111 | 0 | 11010 | 111 | 10011000 | 1001101 | 1000011 |
Color Harmonies of #6BECAF
Complementary color
Monochromatic Colors of #6BECAF
Black with #6BECAF
Text Example
Text Example
White with #6BECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECAF; }
p { color: rgb(107,236,175); }
H1.HeaderClassName
{
color: #6BECAF;
}
.AnyTagClassName
{
color: #6BECAF;
}
</style>
background-color css
<style>
a { background-color: #6BECAF; }
a { background-color: rgb(107,236,175); }
div.DivClassName
{
background-color: #6BECAF;
}
.BgClassName
{
background-color: #6BECAF;
}
</style>
border-color css
<style>
span { border-color: #6BECAF; }
span { border-color: rgb(107,236,175); }
td.TdClassName
{
border-color: #6BECAF;
}
.TagClassName
{
border-color: #6BECAF;
}
</style>