Shades of Aquamarine #6AECCD
Tints of Aquamarine #6AECCD
RGB
CMYK
RGB Variations
Color information
#6AECCD (or 0x6AECCD) is known color: Aquamarine. HEX triplet: 6A, EC and CD. RGB value is (106,236,205). Sum of RGB (Red+Green+Blue) = 106+236+205=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECCD is #951332. Grayscale: #C1C1C1. Windows color (decimal): -9769779 or 13495402. OLE color: 13495402.
HSL color Cylindrical-coordinate representation of color #6AECCD: hue angle of 165.69º 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 #6AECCD is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 205 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.07 |
| HSL | 165.69º | 0.77% | 0.67% | - |
| HSV(B) | 165.69º | 0.55% | 0.93% | - |
| XYZ | 46.96 | 67.46 | 68.3 | - |
| YUV | 193.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 205 | 0.55 | 0 | 0.13 | 0.07 | 165.69 | 0.77 | 0.67 |
| Hex | 6A | EC | CD | 37 | 0 | D | 7 | A6 | 4D | 43 |
| Octal | 152 | 354 | 315 | 67 | 0 | 15 | 7 | 246 | 115 | 103 |
| Binary | 1101010 | 11101100 | 11001101 | 110111 | 0 | 1101 | 111 | 10100110 | 1001101 | 1000011 |
Color Harmonies of #6AECCD
Complementary color
Monochromatic Colors of #6AECCD
Black with #6AECCD
Text Example
Text Example
White with #6AECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECCD; }
p { color: rgb(106,236,205); }
H1.HeaderClassName
{
color: #6AECCD;
}
.AnyTagClassName
{
color: #6AECCD;
}
</style>
background-color css
<style>
a { background-color: #6AECCD; }
a { background-color: rgb(106,236,205); }
div.DivClassName
{
background-color: #6AECCD;
}
.BgClassName
{
background-color: #6AECCD;
}
</style>
border-color css
<style>
span { border-color: #6AECCD; }
span { border-color: rgb(106,236,205); }
td.TdClassName
{
border-color: #6AECCD;
}
.TagClassName
{
border-color: #6AECCD;
}
</style>