Shades of Medium Aquamarine #6AC2AD
Tints of Medium Aquamarine #6AC2AD
RGB
CMYK
RGB Variations
Color information
#6AC2AD (or 0x6AC2AD) is known color: Medium Aquamarine. HEX triplet: 6A, C2 and AD. RGB value is (106,194,173). Sum of RGB (Red+Green+Blue) = 106+194+173=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC2AD is #953D52. Grayscale: #A5A5A5. Windows color (decimal): -9780563 or 11387498. OLE color: 11387498.
HSL color Cylindrical-coordinate representation of color #6AC2AD: hue angle of 165.68º degrees, saturation: 0.42, 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 #6AC2AD is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 194 | 173 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.24 |
| HSL | 165.68º | 0.42% | 0.59% | - |
| HSV(B) | 165.68º | 0.45% | 0.76% | - |
| XYZ | 32.78 | 44.66 | 46.43 | - |
| YUV | 165.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 194 | 173 | 0.45 | 0 | 0.11 | 0.24 | 165.68 | 0.42 | 0.59 |
| Hex | 6A | C2 | AD | 2D | 0 | B | 18 | A6 | 2A | 3B |
| Octal | 152 | 302 | 255 | 55 | 0 | 13 | 30 | 246 | 52 | 73 |
| Binary | 1101010 | 11000010 | 10101101 | 101101 | 0 | 1011 | 11000 | 10100110 | 101010 | 111011 |
Color Harmonies of #6AC2AD
Complementary color
Monochromatic Colors of #6AC2AD
Black with #6AC2AD
Text Example
Text Example
White with #6AC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC2AD; }
p { color: rgb(106,194,173); }
H1.HeaderClassName
{
color: #6AC2AD;
}
.AnyTagClassName
{
color: #6AC2AD;
}
</style>
background-color css
<style>
a { background-color: #6AC2AD; }
a { background-color: rgb(106,194,173); }
div.DivClassName
{
background-color: #6AC2AD;
}
.BgClassName
{
background-color: #6AC2AD;
}
</style>
border-color css
<style>
span { border-color: #6AC2AD; }
span { border-color: rgb(106,194,173); }
td.TdClassName
{
border-color: #6AC2AD;
}
.TagClassName
{
border-color: #6AC2AD;
}
</style>