Shades of Medium Aquamarine #6AECAF
Tints of Medium Aquamarine #6AECAF
RGB
CMYK
RGB Variations
Color information
#6AECAF (or 0x6AECAF) is known color: Medium Aquamarine. HEX triplet: 6A, EC and AF. RGB value is (106,236,175). Sum of RGB (Red+Green+Blue) = 106+236+175=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AECAF is #951350. Grayscale: #BEBEBE. Windows color (decimal): -9769809 or 11529322. OLE color: 11529322.
HSL color Cylindrical-coordinate representation of color #6AECAF: hue angle of 151.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 #6AECAF is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 175 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.07 |
| HSL | 151.85º | 0.77% | 0.67% | - |
| HSV(B) | 151.85º | 0.55% | 0.93% | - |
| XYZ | 43.68 | 66.15 | 51.02 | - |
| YUV | 190.18 | 119.43 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 175 | 0.55 | 0 | 0.26 | 0.07 | 151.85 | 0.77 | 0.67 |
| Hex | 6A | EC | AF | 37 | 0 | 1A | 7 | 98 | 4D | 43 |
| Octal | 152 | 354 | 257 | 67 | 0 | 32 | 7 | 230 | 115 | 103 |
| Binary | 1101010 | 11101100 | 10101111 | 110111 | 0 | 11010 | 111 | 10011000 | 1001101 | 1000011 |
Color Harmonies of #6AECAF
Complementary color
Monochromatic Colors of #6AECAF
Black with #6AECAF
Text Example
Text Example
White with #6AECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECAF; }
p { color: rgb(106,236,175); }
H1.HeaderClassName
{
color: #6AECAF;
}
.AnyTagClassName
{
color: #6AECAF;
}
</style>
background-color css
<style>
a { background-color: #6AECAF; }
a { background-color: rgb(106,236,175); }
div.DivClassName
{
background-color: #6AECAF;
}
.BgClassName
{
background-color: #6AECAF;
}
</style>
border-color css
<style>
span { border-color: #6AECAF; }
span { border-color: rgb(106,236,175); }
td.TdClassName
{
border-color: #6AECAF;
}
.TagClassName
{
border-color: #6AECAF;
}
</style>