Shades of Medium Aquamarine #6AECA2
Tints of Medium Aquamarine #6AECA2
RGB
CMYK
RGB Variations
Color information
#6AECA2 (or 0x6AECA2) is known color: Medium Aquamarine. HEX triplet: 6A, EC and A2. RGB value is (106,236,162). Sum of RGB (Red+Green+Blue) = 106+236+162=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AECA2 is #95135D. Grayscale: #BCBCBC. Windows color (decimal): -9769822 or 10677354. OLE color: 10677354.
HSL color Cylindrical-coordinate representation of color #6AECA2: hue angle of 145.85º 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 #6AECA2 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 162 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.07 |
| HSL | 145.85º | 0.77% | 0.67% | - |
| HSV(B) | 145.85º | 0.55% | 0.93% | - |
| XYZ | 42.46 | 65.66 | 44.62 | - |
| YUV | 188.69 | 112.93 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 162 | 0.55 | 0 | 0.31 | 0.07 | 145.85 | 0.77 | 0.67 |
| Hex | 6A | EC | A2 | 37 | 0 | 1F | 7 | 92 | 4D | 43 |
| Octal | 152 | 354 | 242 | 67 | 0 | 37 | 7 | 222 | 115 | 103 |
| Binary | 1101010 | 11101100 | 10100010 | 110111 | 0 | 11111 | 111 | 10010010 | 1001101 | 1000011 |
Color Harmonies of #6AECA2
Complementary color
Monochromatic Colors of #6AECA2
Black with #6AECA2
Text Example
Text Example
White with #6AECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECA2; }
p { color: rgb(106,236,162); }
H1.HeaderClassName
{
color: #6AECA2;
}
.AnyTagClassName
{
color: #6AECA2;
}
</style>
background-color css
<style>
a { background-color: #6AECA2; }
a { background-color: rgb(106,236,162); }
div.DivClassName
{
background-color: #6AECA2;
}
.BgClassName
{
background-color: #6AECA2;
}
</style>
border-color css
<style>
span { border-color: #6AECA2; }
span { border-color: rgb(106,236,162); }
td.TdClassName
{
border-color: #6AECA2;
}
.TagClassName
{
border-color: #6AECA2;
}
</style>