Shades of Aquamarine #6AECCE
Tints of Aquamarine #6AECCE
RGB
CMYK
RGB Variations
Color information
#6AECCE (or 0x6AECCE) is known color: Aquamarine. HEX triplet: 6A, EC and CE. RGB value is (106,236,206). Sum of RGB (Red+Green+Blue) = 106+236+206=548 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.34% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECCE is #951331. Grayscale: #C1C1C1. Windows color (decimal): -9769778 or 13560938. OLE color: 13560938.
HSL color Cylindrical-coordinate representation of color #6AECCE: hue angle of 166.15º 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 #6AECCE is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 206 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.07 |
| HSL | 166.15º | 0.77% | 0.67% | - |
| HSV(B) | 166.15º | 0.55% | 0.93% | - |
| XYZ | 47.08 | 67.51 | 68.94 | - |
| YUV | 193.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 206 | 0.55 | 0 | 0.13 | 0.07 | 166.15 | 0.77 | 0.67 |
| Hex | 6A | EC | CE | 37 | 0 | D | 7 | A6 | 4D | 43 |
| Octal | 152 | 354 | 316 | 67 | 0 | 15 | 7 | 246 | 115 | 103 |
| Binary | 1101010 | 11101100 | 11001110 | 110111 | 0 | 1101 | 111 | 10100110 | 1001101 | 1000011 |
Color Harmonies of #6AECCE
Complementary color
Monochromatic Colors of #6AECCE
Black with #6AECCE
Text Example
Text Example
White with #6AECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECCE; }
p { color: rgb(106,236,206); }
H1.HeaderClassName
{
color: #6AECCE;
}
.AnyTagClassName
{
color: #6AECCE;
}
</style>
background-color css
<style>
a { background-color: #6AECCE; }
a { background-color: rgb(106,236,206); }
div.DivClassName
{
background-color: #6AECCE;
}
.BgClassName
{
background-color: #6AECCE;
}
</style>
border-color css
<style>
span { border-color: #6AECCE; }
span { border-color: rgb(106,236,206); }
td.TdClassName
{
border-color: #6AECCE;
}
.TagClassName
{
border-color: #6AECCE;
}
</style>