Shades of Medium Aquamarine #6AECA4
Tints of Medium Aquamarine #6AECA4
RGB
CMYK
RGB Variations
Color information
#6AECA4 (or 0x6AECA4) is known color: Medium Aquamarine. HEX triplet: 6A, EC and A4. RGB value is (106,236,164). Sum of RGB (Red+Green+Blue) = 106+236+164=506 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.95% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AECA4 is #95135B. Grayscale: #BDBDBD. Windows color (decimal): -9769820 or 10808426. OLE color: 10808426.
HSL color Cylindrical-coordinate representation of color #6AECA4: hue angle of 146.77º 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 #6AECA4 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 164 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.07 |
| HSL | 146.77º | 0.77% | 0.67% | - |
| HSV(B) | 146.77º | 0.55% | 0.93% | - |
| XYZ | 42.64 | 65.74 | 45.56 | - |
| YUV | 188.92 | 113.93 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 164 | 0.55 | 0 | 0.31 | 0.07 | 146.77 | 0.77 | 0.67 |
| Hex | 6A | EC | A4 | 37 | 0 | 1F | 7 | 93 | 4D | 43 |
| Octal | 152 | 354 | 244 | 67 | 0 | 37 | 7 | 223 | 115 | 103 |
| Binary | 1101010 | 11101100 | 10100100 | 110111 | 0 | 11111 | 111 | 10010011 | 1001101 | 1000011 |
Color Harmonies of #6AECA4
Complementary color
Monochromatic Colors of #6AECA4
Black with #6AECA4
Text Example
Text Example
White with #6AECA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECA4; }
p { color: rgb(106,236,164); }
H1.HeaderClassName
{
color: #6AECA4;
}
.AnyTagClassName
{
color: #6AECA4;
}
</style>
background-color css
<style>
a { background-color: #6AECA4; }
a { background-color: rgb(106,236,164); }
div.DivClassName
{
background-color: #6AECA4;
}
.BgClassName
{
background-color: #6AECA4;
}
</style>
border-color css
<style>
span { border-color: #6AECA4; }
span { border-color: rgb(106,236,164); }
td.TdClassName
{
border-color: #6AECA4;
}
.TagClassName
{
border-color: #6AECA4;
}
</style>