Shades of Aquamarine #6BECD7
Tints of Aquamarine #6BECD7
RGB
CMYK
RGB Variations
Color information
#6BECD7 (or 0x6BECD7) is known color: Aquamarine. HEX triplet: 6B, EC and D7. RGB value is (107,236,215). Sum of RGB (Red+Green+Blue) = 107+236+215=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECD7 is #941328. Grayscale: #C2C2C2. Windows color (decimal): -9704233 or 14150763. OLE color: 14150763.
HSL color Cylindrical-coordinate representation of color #6BECD7: hue angle of 170.23º 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 #6BECD7 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 215 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.07 |
| HSL | 170.23º | 0.77% | 0.67% | - |
| HSV(B) | 170.23º | 0.55% | 0.93% | - |
| XYZ | 48.32 | 68.02 | 74.87 | - |
| YUV | 195.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 215 | 0.55 | 0 | 0.09 | 0.07 | 170.23 | 0.77 | 0.67 |
| Hex | 6B | EC | D7 | 37 | 0 | 9 | 7 | AA | 4D | 43 |
| Octal | 153 | 354 | 327 | 67 | 0 | 11 | 7 | 252 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11010111 | 110111 | 0 | 1001 | 111 | 10101010 | 1001101 | 1000011 |
Color Harmonies of #6BECD7
Complementary color
Monochromatic Colors of #6BECD7
Black with #6BECD7
Text Example
Text Example
White with #6BECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECD7; }
p { color: rgb(107,236,215); }
H1.HeaderClassName
{
color: #6BECD7;
}
.AnyTagClassName
{
color: #6BECD7;
}
</style>
background-color css
<style>
a { background-color: #6BECD7; }
a { background-color: rgb(107,236,215); }
div.DivClassName
{
background-color: #6BECD7;
}
.BgClassName
{
background-color: #6BECD7;
}
</style>
border-color css
<style>
span { border-color: #6BECD7; }
span { border-color: rgb(107,236,215); }
td.TdClassName
{
border-color: #6BECD7;
}
.TagClassName
{
border-color: #6BECD7;
}
</style>