Shades of Aquamarine #6BECCF
Tints of Aquamarine #6BECCF
RGB
CMYK
RGB Variations
Color information
#6BECCF (or 0x6BECCF) is known color: Aquamarine. HEX triplet: 6B, EC and CF. RGB value is (107,236,207). Sum of RGB (Red+Green+Blue) = 107+236+207=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECCF is #941330. Grayscale: #C2C2C2. Windows color (decimal): -9704241 or 13626475. OLE color: 13626475.
HSL color Cylindrical-coordinate representation of color #6BECCF: hue angle of 166.51º 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 #6BECCF is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 207 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.07 |
| HSL | 166.51º | 0.77% | 0.67% | - |
| HSV(B) | 166.51º | 0.55% | 0.93% | - |
| XYZ | 47.32 | 67.62 | 69.59 | - |
| YUV | 194.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 207 | 0.55 | 0 | 0.12 | 0.07 | 166.51 | 0.77 | 0.67 |
| Hex | 6B | EC | CF | 37 | 0 | C | 7 | A7 | 4D | 43 |
| Octal | 153 | 354 | 317 | 67 | 0 | 14 | 7 | 247 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11001111 | 110111 | 0 | 1100 | 111 | 10100111 | 1001101 | 1000011 |
Color Harmonies of #6BECCF
Complementary color
Monochromatic Colors of #6BECCF
Black with #6BECCF
Text Example
Text Example
White with #6BECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECCF; }
p { color: rgb(107,236,207); }
H1.HeaderClassName
{
color: #6BECCF;
}
.AnyTagClassName
{
color: #6BECCF;
}
</style>
background-color css
<style>
a { background-color: #6BECCF; }
a { background-color: rgb(107,236,207); }
div.DivClassName
{
background-color: #6BECCF;
}
.BgClassName
{
background-color: #6BECCF;
}
</style>
border-color css
<style>
span { border-color: #6BECCF; }
span { border-color: rgb(107,236,207); }
td.TdClassName
{
border-color: #6BECCF;
}
.TagClassName
{
border-color: #6BECCF;
}
</style>