Shades of Medium Aquamarine #6AC0A1
Tints of Medium Aquamarine #6AC0A1
RGB
CMYK
RGB Variations
Color information
#6AC0A1 (or 0x6AC0A1) is known color: Medium Aquamarine. HEX triplet: 6A, C0 and A1. RGB value is (106,192,161). Sum of RGB (Red+Green+Blue) = 106+192+161=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC0A1 is #953F5E. Grayscale: #A2A2A2. Windows color (decimal): -9781087 or 10600554. OLE color: 10600554.
HSL color Cylindrical-coordinate representation of color #6AC0A1: hue angle of 158.37º 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 #6AC0A1 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 161 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.25 |
| HSL | 158.37º | 0.41% | 0.58% | - |
| HSV(B) | 158.37º | 0.45% | 0.75% | - |
| XYZ | 31.23 | 43.34 | 40.44 | - |
| YUV | 162.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 161 | 0.45 | 0 | 0.16 | 0.25 | 158.37 | 0.41 | 0.58 |
| Hex | 6A | C0 | A1 | 2D | 0 | 10 | 19 | 9E | 29 | 3A |
| Octal | 152 | 300 | 241 | 55 | 0 | 20 | 31 | 236 | 51 | 72 |
| Binary | 1101010 | 11000000 | 10100001 | 101101 | 0 | 10000 | 11001 | 10011110 | 101001 | 111010 |
Color Harmonies of #6AC0A1
Complementary color
Monochromatic Colors of #6AC0A1
Black with #6AC0A1
Text Example
Text Example
White with #6AC0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC0A1; }
p { color: rgb(106,192,161); }
H1.HeaderClassName
{
color: #6AC0A1;
}
.AnyTagClassName
{
color: #6AC0A1;
}
</style>
background-color css
<style>
a { background-color: #6AC0A1; }
a { background-color: rgb(106,192,161); }
div.DivClassName
{
background-color: #6AC0A1;
}
.BgClassName
{
background-color: #6AC0A1;
}
</style>
border-color css
<style>
span { border-color: #6AC0A1; }
span { border-color: rgb(106,192,161); }
td.TdClassName
{
border-color: #6AC0A1;
}
.TagClassName
{
border-color: #6AC0A1;
}
</style>