Shades of Aquamarine #6BECCD
Tints of Aquamarine #6BECCD
RGB
CMYK
RGB Variations
Color information
#6BECCD (or 0x6BECCD) is known color: Aquamarine. HEX triplet: 6B, EC and CD. RGB value is (107,236,205). Sum of RGB (Red+Green+Blue) = 107+236+205=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECCD is #941332. Grayscale: #C1C1C1. Windows color (decimal): -9704243 or 13495403. OLE color: 13495403.
HSL color Cylindrical-coordinate representation of color #6BECCD: hue angle of 165.58º 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 #6BECCD is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 205 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.07 |
| HSL | 165.58º | 0.77% | 0.67% | - |
| HSV(B) | 165.58º | 0.55% | 0.93% | - |
| XYZ | 47.08 | 67.52 | 68.31 | - |
| YUV | 193.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 205 | 0.55 | 0 | 0.13 | 0.07 | 165.58 | 0.77 | 0.67 |
| Hex | 6B | EC | CD | 37 | 0 | D | 7 | A6 | 4D | 43 |
| Octal | 153 | 354 | 315 | 67 | 0 | 15 | 7 | 246 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11001101 | 110111 | 0 | 1101 | 111 | 10100110 | 1001101 | 1000011 |
Color Harmonies of #6BECCD
Complementary color
Monochromatic Colors of #6BECCD
Black with #6BECCD
Text Example
Text Example
White with #6BECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECCD; }
p { color: rgb(107,236,205); }
H1.HeaderClassName
{
color: #6BECCD;
}
.AnyTagClassName
{
color: #6BECCD;
}
</style>
background-color css
<style>
a { background-color: #6BECCD; }
a { background-color: rgb(107,236,205); }
div.DivClassName
{
background-color: #6BECCD;
}
.BgClassName
{
background-color: #6BECCD;
}
</style>
border-color css
<style>
span { border-color: #6BECCD; }
span { border-color: rgb(107,236,205); }
td.TdClassName
{
border-color: #6BECCD;
}
.TagClassName
{
border-color: #6BECCD;
}
</style>