Shades of Medium Aquamarine #6AC0AC
Tints of Medium Aquamarine #6AC0AC
RGB
CMYK
RGB Variations
Color information
#6AC0AC (or 0x6AC0AC) is known color: Medium Aquamarine. HEX triplet: 6A, C0 and AC. RGB value is (106,192,172). Sum of RGB (Red+Green+Blue) = 106+192+172=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC0AC is #953F53. Grayscale: #A4A4A4. Windows color (decimal): -9781076 or 11321450. OLE color: 11321450.
HSL color Cylindrical-coordinate representation of color #6AC0AC: hue angle of 166.05º 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 #6AC0AC is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 172 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.25 |
| HSL | 166.05º | 0.41% | 0.58% | - |
| HSV(B) | 166.05º | 0.45% | 0.75% | - |
| XYZ | 32.24 | 43.74 | 45.77 | - |
| YUV | 164.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 172 | 0.45 | 0 | 0.10 | 0.25 | 166.05 | 0.41 | 0.58 |
| Hex | 6A | C0 | AC | 2D | 0 | A | 19 | A6 | 29 | 3A |
| Octal | 152 | 300 | 254 | 55 | 0 | 12 | 31 | 246 | 51 | 72 |
| Binary | 1101010 | 11000000 | 10101100 | 101101 | 0 | 1010 | 11001 | 10100110 | 101001 | 111010 |
Color Harmonies of #6AC0AC
Complementary color
Monochromatic Colors of #6AC0AC
Black with #6AC0AC
Text Example
Text Example
White with #6AC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC0AC; }
p { color: rgb(106,192,172); }
H1.HeaderClassName
{
color: #6AC0AC;
}
.AnyTagClassName
{
color: #6AC0AC;
}
</style>
background-color css
<style>
a { background-color: #6AC0AC; }
a { background-color: rgb(106,192,172); }
div.DivClassName
{
background-color: #6AC0AC;
}
.BgClassName
{
background-color: #6AC0AC;
}
</style>
border-color css
<style>
span { border-color: #6AC0AC; }
span { border-color: rgb(106,192,172); }
td.TdClassName
{
border-color: #6AC0AC;
}
.TagClassName
{
border-color: #6AC0AC;
}
</style>