Shades of Aquamarine #6BECCE
Tints of Aquamarine #6BECCE
RGB
CMYK
RGB Variations
Color information
#6BECCE (or 0x6BECCE) is known color: Aquamarine. HEX triplet: 6B, EC and CE. RGB value is (107,236,206). Sum of RGB (Red+Green+Blue) = 107+236+206=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECCE is #941331. Grayscale: #C1C1C1. Windows color (decimal): -9704242 or 13560939. OLE color: 13560939.
HSL color Cylindrical-coordinate representation of color #6BECCE: hue angle of 166.05º 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 #6BECCE is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 206 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.07 |
| HSL | 166.05º | 0.77% | 0.67% | - |
| HSV(B) | 166.05º | 0.55% | 0.93% | - |
| XYZ | 47.2 | 67.57 | 68.95 | - |
| YUV | 194.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 206 | 0.55 | 0 | 0.13 | 0.07 | 166.05 | 0.77 | 0.67 |
| Hex | 6B | EC | CE | 37 | 0 | D | 7 | A6 | 4D | 43 |
| Octal | 153 | 354 | 316 | 67 | 0 | 15 | 7 | 246 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11001110 | 110111 | 0 | 1101 | 111 | 10100110 | 1001101 | 1000011 |
Color Harmonies of #6BECCE
Complementary color
Monochromatic Colors of #6BECCE
Black with #6BECCE
Text Example
Text Example
White with #6BECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECCE; }
p { color: rgb(107,236,206); }
H1.HeaderClassName
{
color: #6BECCE;
}
.AnyTagClassName
{
color: #6BECCE;
}
</style>
background-color css
<style>
a { background-color: #6BECCE; }
a { background-color: rgb(107,236,206); }
div.DivClassName
{
background-color: #6BECCE;
}
.BgClassName
{
background-color: #6BECCE;
}
</style>
border-color css
<style>
span { border-color: #6BECCE; }
span { border-color: rgb(107,236,206); }
td.TdClassName
{
border-color: #6BECCE;
}
.TagClassName
{
border-color: #6BECCE;
}
</style>