Shades of Medium Aquamarine #6AC0AA
Tints of Medium Aquamarine #6AC0AA
RGB
CMYK
RGB Variations
Color information
#6AC0AA (or 0x6AC0AA) is known color: Medium Aquamarine. HEX triplet: 6A, C0 and AA. RGB value is (106,192,170). Sum of RGB (Red+Green+Blue) = 106+192+170=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC0AA is #953F55. Grayscale: #A3A3A3. Windows color (decimal): -9781078 or 11190378. OLE color: 11190378.
HSL color Cylindrical-coordinate representation of color #6AC0AA: hue angle of 164.65º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC0AA is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 170 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.25 |
| HSL | 164.65º | 0.41% | 0.58% | - |
| HSV(B) | 164.65º | 0.45% | 0.75% | - |
| XYZ | 32.05 | 43.67 | 44.77 | - |
| YUV | 163.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 170 | 0.45 | 0 | 0.11 | 0.25 | 164.65 | 0.41 | 0.58 |
| Hex | 6A | C0 | AA | 2D | 0 | B | 19 | A5 | 29 | 3A |
| Octal | 152 | 300 | 252 | 55 | 0 | 13 | 31 | 245 | 51 | 72 |
| Binary | 1101010 | 11000000 | 10101010 | 101101 | 0 | 1011 | 11001 | 10100101 | 101001 | 111010 |
Color Harmonies of #6AC0AA
Complementary color
Monochromatic Colors of #6AC0AA
Black with #6AC0AA
Text Example
Text Example
White with #6AC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC0AA; }
p { color: rgb(106,192,170); }
H1.HeaderClassName
{
color: #6AC0AA;
}
.AnyTagClassName
{
color: #6AC0AA;
}
</style>
background-color css
<style>
a { background-color: #6AC0AA; }
a { background-color: rgb(106,192,170); }
div.DivClassName
{
background-color: #6AC0AA;
}
.BgClassName
{
background-color: #6AC0AA;
}
</style>
border-color css
<style>
span { border-color: #6AC0AA; }
span { border-color: rgb(106,192,170); }
td.TdClassName
{
border-color: #6AC0AA;
}
.TagClassName
{
border-color: #6AC0AA;
}
</style>