Shades of Aquamarine #6BECD6
Tints of Aquamarine #6BECD6
RGB
CMYK
RGB Variations
Color information
#6BECD6 (or 0x6BECD6) is known color: Aquamarine. HEX triplet: 6B, EC and D6. RGB value is (107,236,214). Sum of RGB (Red+Green+Blue) = 107+236+214=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECD6 is #941329. Grayscale: #C2C2C2. Windows color (decimal): -9704234 or 14085227. OLE color: 14085227.
HSL color Cylindrical-coordinate representation of color #6BECD6: hue angle of 169.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 #6BECD6 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 214 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.07 |
| HSL | 169.77º | 0.77% | 0.67% | - |
| HSV(B) | 169.77º | 0.55% | 0.93% | - |
| XYZ | 48.2 | 67.97 | 74.2 | - |
| YUV | 194.92 | 138.76 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 214 | 0.55 | 0 | 0.09 | 0.07 | 169.77 | 0.77 | 0.67 |
| Hex | 6B | EC | D6 | 37 | 0 | 9 | 7 | AA | 4D | 43 |
| Octal | 153 | 354 | 326 | 67 | 0 | 11 | 7 | 252 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11010110 | 110111 | 0 | 1001 | 111 | 10101010 | 1001101 | 1000011 |
Color Harmonies of #6BECD6
Complementary color
Monochromatic Colors of #6BECD6
Black with #6BECD6
Text Example
Text Example
White with #6BECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECD6; }
p { color: rgb(107,236,214); }
H1.HeaderClassName
{
color: #6BECD6;
}
.AnyTagClassName
{
color: #6BECD6;
}
</style>
background-color css
<style>
a { background-color: #6BECD6; }
a { background-color: rgb(107,236,214); }
div.DivClassName
{
background-color: #6BECD6;
}
.BgClassName
{
background-color: #6BECD6;
}
</style>
border-color css
<style>
span { border-color: #6BECD6; }
span { border-color: rgb(107,236,214); }
td.TdClassName
{
border-color: #6BECD6;
}
.TagClassName
{
border-color: #6BECD6;
}
</style>