Shades of Aquamarine #6BECD5
Tints of Aquamarine #6BECD5
RGB
CMYK
RGB Variations
Color information
#6BECD5 (or 0x6BECD5) is known color: Aquamarine. HEX triplet: 6B, EC and D5. RGB value is (107,236,213). Sum of RGB (Red+Green+Blue) = 107+236+213=556 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.24% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECD5 is #94132A. Grayscale: #C2C2C2. Windows color (decimal): -9704235 or 14019691. OLE color: 14019691.
HSL color Cylindrical-coordinate representation of color #6BECD5: hue angle of 169.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 #6BECD5 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 213 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.07 |
| HSL | 169.3º | 0.77% | 0.67% | - |
| HSV(B) | 169.3º | 0.55% | 0.93% | - |
| XYZ | 48.07 | 67.92 | 73.53 | - |
| YUV | 194.81 | 138.26 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 213 | 0.55 | 0 | 0.10 | 0.07 | 169.3 | 0.77 | 0.67 |
| Hex | 6B | EC | D5 | 37 | 0 | A | 7 | A9 | 4D | 43 |
| Octal | 153 | 354 | 325 | 67 | 0 | 12 | 7 | 251 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11010101 | 110111 | 0 | 1010 | 111 | 10101001 | 1001101 | 1000011 |
Color Harmonies of #6BECD5
Complementary color
Monochromatic Colors of #6BECD5
Black with #6BECD5
Text Example
Text Example
White with #6BECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECD5; }
p { color: rgb(107,236,213); }
H1.HeaderClassName
{
color: #6BECD5;
}
.AnyTagClassName
{
color: #6BECD5;
}
</style>
background-color css
<style>
a { background-color: #6BECD5; }
a { background-color: rgb(107,236,213); }
div.DivClassName
{
background-color: #6BECD5;
}
.BgClassName
{
background-color: #6BECD5;
}
</style>
border-color css
<style>
span { border-color: #6BECD5; }
span { border-color: rgb(107,236,213); }
td.TdClassName
{
border-color: #6BECD5;
}
.TagClassName
{
border-color: #6BECD5;
}
</style>