Shades of Medium Aquamarine #6AC1A8
Tints of Medium Aquamarine #6AC1A8
RGB
CMYK
RGB Variations
Color information
#6AC1A8 (or 0x6AC1A8) is known color: Medium Aquamarine. HEX triplet: 6A, C1 and A8. RGB value is (106,193,168). Sum of RGB (Red+Green+Blue) = 106+193+168=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC1A8 is #953E57. Grayscale: #A4A4A4. Windows color (decimal): -9780824 or 11059562. OLE color: 11059562.
HSL color Cylindrical-coordinate representation of color #6AC1A8: hue angle of 162.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC1A8 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 193 | 168 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.24 |
| HSL | 162.76º | 0.41% | 0.59% | - |
| HSV(B) | 162.76º | 0.45% | 0.76% | - |
| XYZ | 32.08 | 44.03 | 43.85 | - |
| YUV | 164.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 193 | 168 | 0.45 | 0 | 0.13 | 0.24 | 162.76 | 0.41 | 0.59 |
| Hex | 6A | C1 | A8 | 2D | 0 | D | 18 | A3 | 29 | 3B |
| Octal | 152 | 301 | 250 | 55 | 0 | 15 | 30 | 243 | 51 | 73 |
| Binary | 1101010 | 11000001 | 10101000 | 101101 | 0 | 1101 | 11000 | 10100011 | 101001 | 111011 |
Color Harmonies of #6AC1A8
Complementary color
Monochromatic Colors of #6AC1A8
Black with #6AC1A8
Text Example
Text Example
White with #6AC1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC1A8; }
p { color: rgb(106,193,168); }
H1.HeaderClassName
{
color: #6AC1A8;
}
.AnyTagClassName
{
color: #6AC1A8;
}
</style>
background-color css
<style>
a { background-color: #6AC1A8; }
a { background-color: rgb(106,193,168); }
div.DivClassName
{
background-color: #6AC1A8;
}
.BgClassName
{
background-color: #6AC1A8;
}
</style>
border-color css
<style>
span { border-color: #6AC1A8; }
span { border-color: rgb(106,193,168); }
td.TdClassName
{
border-color: #6AC1A8;
}
.TagClassName
{
border-color: #6AC1A8;
}
</style>