Shades of Medium Aquamarine #6AD8AC
Tints of Medium Aquamarine #6AD8AC
RGB
CMYK
RGB Variations
Color information
#6AD8AC (or 0x6AD8AC) is known color: Medium Aquamarine. HEX triplet: 6A, D8 and AC. RGB value is (106,216,172). Sum of RGB (Red+Green+Blue) = 106+216+172=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD8AC is #952753. Grayscale: #B2B2B2. Windows color (decimal): -9774932 or 11327594. OLE color: 11327594.
HSL color Cylindrical-coordinate representation of color #6AD8AC: hue angle of 156º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD8AC is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 216 | 172 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.15 |
| HSL | 156º | 0.59% | 0.63% | - |
| HSV(B) | 156º | 0.51% | 0.85% | - |
| XYZ | 37.95 | 55.15 | 47.68 | - |
| YUV | 178.09 | 124.56 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 216 | 172 | 0.51 | 0 | 0.20 | 0.15 | 156 | 0.59 | 0.63 |
| Hex | 6A | D8 | AC | 33 | 0 | 14 | F | 9C | 3B | 3F |
| Octal | 152 | 330 | 254 | 63 | 0 | 24 | 17 | 234 | 73 | 77 |
| Binary | 1101010 | 11011000 | 10101100 | 110011 | 0 | 10100 | 1111 | 10011100 | 111011 | 111111 |
Color Harmonies of #6AD8AC
Complementary color
Monochromatic Colors of #6AD8AC
Black with #6AD8AC
Text Example
Text Example
White with #6AD8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD8AC; }
p { color: rgb(106,216,172); }
H1.HeaderClassName
{
color: #6AD8AC;
}
.AnyTagClassName
{
color: #6AD8AC;
}
</style>
background-color css
<style>
a { background-color: #6AD8AC; }
a { background-color: rgb(106,216,172); }
div.DivClassName
{
background-color: #6AD8AC;
}
.BgClassName
{
background-color: #6AD8AC;
}
</style>
border-color css
<style>
span { border-color: #6AD8AC; }
span { border-color: rgb(106,216,172); }
td.TdClassName
{
border-color: #6AD8AC;
}
.TagClassName
{
border-color: #6AD8AC;
}
</style>