Shades of Medium Aquamarine #6AC4A8
Tints of Medium Aquamarine #6AC4A8
RGB
CMYK
RGB Variations
Color information
#6AC4A8 (or 0x6AC4A8) is known color: Medium Aquamarine. HEX triplet: 6A, C4 and A8. RGB value is (106,196,168). Sum of RGB (Red+Green+Blue) = 106+196+168=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC4A8 is #953B57. Grayscale: #A5A5A5. Windows color (decimal): -9780056 or 11060330. OLE color: 11060330.
HSL color Cylindrical-coordinate representation of color #6AC4A8: hue angle of 161.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AC4A8 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 196 | 168 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.23 |
| HSL | 161.33º | 0.43% | 0.59% | - |
| HSV(B) | 161.33º | 0.46% | 0.77% | - |
| XYZ | 32.75 | 45.37 | 44.08 | - |
| YUV | 165.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 168 | 0.46 | 0 | 0.14 | 0.23 | 161.33 | 0.43 | 0.59 |
| Hex | 6A | C4 | A8 | 2E | 0 | E | 17 | A1 | 2B | 3B |
| Octal | 152 | 304 | 250 | 56 | 0 | 16 | 27 | 241 | 53 | 73 |
| Binary | 1101010 | 11000100 | 10101000 | 101110 | 0 | 1110 | 10111 | 10100001 | 101011 | 111011 |
Color Harmonies of #6AC4A8
Complementary color
Monochromatic Colors of #6AC4A8
Black with #6AC4A8
Text Example
Text Example
White with #6AC4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC4A8; }
p { color: rgb(106,196,168); }
H1.HeaderClassName
{
color: #6AC4A8;
}
.AnyTagClassName
{
color: #6AC4A8;
}
</style>
background-color css
<style>
a { background-color: #6AC4A8; }
a { background-color: rgb(106,196,168); }
div.DivClassName
{
background-color: #6AC4A8;
}
.BgClassName
{
background-color: #6AC4A8;
}
</style>
border-color css
<style>
span { border-color: #6AC4A8; }
span { border-color: rgb(106,196,168); }
td.TdClassName
{
border-color: #6AC4A8;
}
.TagClassName
{
border-color: #6AC4A8;
}
</style>