Shades of Aquamarine #6BECD0
Tints of Aquamarine #6BECD0
RGB
CMYK
RGB Variations
Color information
#6BECD0 (or 0x6BECD0) is known color: Aquamarine. HEX triplet: 6B, EC and D0. RGB value is (107,236,208). Sum of RGB (Red+Green+Blue) = 107+236+208=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECD0 is #94132F. Grayscale: #C2C2C2. Windows color (decimal): -9704240 or 13692011. OLE color: 13692011.
HSL color Cylindrical-coordinate representation of color #6BECD0: hue angle of 166.98º 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 #6BECD0 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 208 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.07 |
| HSL | 166.98º | 0.77% | 0.67% | - |
| HSV(B) | 166.98º | 0.55% | 0.93% | - |
| XYZ | 47.44 | 67.67 | 70.24 | - |
| YUV | 194.24 | 135.76 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 208 | 0.55 | 0 | 0.12 | 0.07 | 166.98 | 0.77 | 0.67 |
| Hex | 6B | EC | D0 | 37 | 0 | C | 7 | A7 | 4D | 43 |
| Octal | 153 | 354 | 320 | 67 | 0 | 14 | 7 | 247 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11010000 | 110111 | 0 | 1100 | 111 | 10100111 | 1001101 | 1000011 |
Color Harmonies of #6BECD0
Complementary color
Monochromatic Colors of #6BECD0
Black with #6BECD0
Text Example
Text Example
White with #6BECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECD0; }
p { color: rgb(107,236,208); }
H1.HeaderClassName
{
color: #6BECD0;
}
.AnyTagClassName
{
color: #6BECD0;
}
</style>
background-color css
<style>
a { background-color: #6BECD0; }
a { background-color: rgb(107,236,208); }
div.DivClassName
{
background-color: #6BECD0;
}
.BgClassName
{
background-color: #6BECD0;
}
</style>
border-color css
<style>
span { border-color: #6BECD0; }
span { border-color: rgb(107,236,208); }
td.TdClassName
{
border-color: #6BECD0;
}
.TagClassName
{
border-color: #6BECD0;
}
</style>