Shades of Medium Aquamarine #6AECAD
Tints of Medium Aquamarine #6AECAD
RGB
CMYK
RGB Variations
Color information
#6AECAD (or 0x6AECAD) is known color: Medium Aquamarine. HEX triplet: 6A, EC and AD. RGB value is (106,236,173). Sum of RGB (Red+Green+Blue) = 106+236+173=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AECAD is #951352. Grayscale: #BEBEBE. Windows color (decimal): -9769811 or 11398250. OLE color: 11398250.
HSL color Cylindrical-coordinate representation of color #6AECAD: hue angle of 150.92º 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 #6AECAD is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 173 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.07 |
| HSL | 150.92º | 0.77% | 0.67% | - |
| HSV(B) | 150.92º | 0.55% | 0.93% | - |
| XYZ | 43.48 | 66.07 | 50 | - |
| YUV | 189.95 | 118.43 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 173 | 0.55 | 0 | 0.27 | 0.07 | 150.92 | 0.77 | 0.67 |
| Hex | 6A | EC | AD | 37 | 0 | 1B | 7 | 97 | 4D | 43 |
| Octal | 152 | 354 | 255 | 67 | 0 | 33 | 7 | 227 | 115 | 103 |
| Binary | 1101010 | 11101100 | 10101101 | 110111 | 0 | 11011 | 111 | 10010111 | 1001101 | 1000011 |
Color Harmonies of #6AECAD
Complementary color
Monochromatic Colors of #6AECAD
Black with #6AECAD
Text Example
Text Example
White with #6AECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECAD; }
p { color: rgb(106,236,173); }
H1.HeaderClassName
{
color: #6AECAD;
}
.AnyTagClassName
{
color: #6AECAD;
}
</style>
background-color css
<style>
a { background-color: #6AECAD; }
a { background-color: rgb(106,236,173); }
div.DivClassName
{
background-color: #6AECAD;
}
.BgClassName
{
background-color: #6AECAD;
}
</style>
border-color css
<style>
span { border-color: #6AECAD; }
span { border-color: rgb(106,236,173); }
td.TdClassName
{
border-color: #6AECAD;
}
.TagClassName
{
border-color: #6AECAD;
}
</style>