Shades of Aquamarine #6BECD3
Tints of Aquamarine #6BECD3
RGB
CMYK
RGB Variations
Color information
#6BECD3 (or 0x6BECD3) is known color: Aquamarine. HEX triplet: 6B, EC and D3. RGB value is (107,236,211). Sum of RGB (Red+Green+Blue) = 107+236+211=554 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.31% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECD3 is #94132C. Grayscale: #C2C2C2. Windows color (decimal): -9704237 or 13888619. OLE color: 13888619.
HSL color Cylindrical-coordinate representation of color #6BECD3: hue angle of 168.37º 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 #6BECD3 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 211 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.07 |
| HSL | 168.37º | 0.77% | 0.67% | - |
| HSV(B) | 168.37º | 0.55% | 0.93% | - |
| XYZ | 47.82 | 67.82 | 72.2 | - |
| YUV | 194.58 | 137.26 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 211 | 0.55 | 0 | 0.11 | 0.07 | 168.37 | 0.77 | 0.67 |
| Hex | 6B | EC | D3 | 37 | 0 | B | 7 | A8 | 4D | 43 |
| Octal | 153 | 354 | 323 | 67 | 0 | 13 | 7 | 250 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11010011 | 110111 | 0 | 1011 | 111 | 10101000 | 1001101 | 1000011 |
Color Harmonies of #6BECD3
Complementary color
Monochromatic Colors of #6BECD3
Black with #6BECD3
Text Example
Text Example
White with #6BECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECD3; }
p { color: rgb(107,236,211); }
H1.HeaderClassName
{
color: #6BECD3;
}
.AnyTagClassName
{
color: #6BECD3;
}
</style>
background-color css
<style>
a { background-color: #6BECD3; }
a { background-color: rgb(107,236,211); }
div.DivClassName
{
background-color: #6BECD3;
}
.BgClassName
{
background-color: #6BECD3;
}
</style>
border-color css
<style>
span { border-color: #6BECD3; }
span { border-color: rgb(107,236,211); }
td.TdClassName
{
border-color: #6BECD3;
}
.TagClassName
{
border-color: #6BECD3;
}
</style>