Shades of Medium Aquamarine #6AC7A8
Tints of Medium Aquamarine #6AC7A8
RGB
CMYK
RGB Variations
Color information
#6AC7A8 (or 0x6AC7A8) is known color: Medium Aquamarine. HEX triplet: 6A, C7 and A8. RGB value is (106,199,168). Sum of RGB (Red+Green+Blue) = 106+199+168=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC7A8 is #953857. Grayscale: #A7A7A7. Windows color (decimal): -9779288 or 11061098. OLE color: 11061098.
HSL color Cylindrical-coordinate representation of color #6AC7A8: hue angle of 160º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC7A8 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 199 | 168 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.22 |
| HSL | 160º | 0.45% | 0.6% | - |
| HSV(B) | 160º | 0.47% | 0.78% | - |
| XYZ | 33.44 | 46.74 | 44.3 | - |
| YUV | 167.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 199 | 168 | 0.47 | 0 | 0.16 | 0.22 | 160 | 0.45 | 0.6 |
| Hex | 6A | C7 | A8 | 2F | 0 | 10 | 16 | A0 | 2D | 3C |
| Octal | 152 | 307 | 250 | 57 | 0 | 20 | 26 | 240 | 55 | 74 |
| Binary | 1101010 | 11000111 | 10101000 | 101111 | 0 | 10000 | 10110 | 10100000 | 101101 | 111100 |
Color Harmonies of #6AC7A8
Complementary color
Monochromatic Colors of #6AC7A8
Black with #6AC7A8
Text Example
Text Example
White with #6AC7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC7A8; }
p { color: rgb(106,199,168); }
H1.HeaderClassName
{
color: #6AC7A8;
}
.AnyTagClassName
{
color: #6AC7A8;
}
</style>
background-color css
<style>
a { background-color: #6AC7A8; }
a { background-color: rgb(106,199,168); }
div.DivClassName
{
background-color: #6AC7A8;
}
.BgClassName
{
background-color: #6AC7A8;
}
</style>
border-color css
<style>
span { border-color: #6AC7A8; }
span { border-color: rgb(106,199,168); }
td.TdClassName
{
border-color: #6AC7A8;
}
.TagClassName
{
border-color: #6AC7A8;
}
</style>