Shades of Medium Aquamarine #6AC3AC
Tints of Medium Aquamarine #6AC3AC
RGB
CMYK
RGB Variations
Color information
#6AC3AC (or 0x6AC3AC) is known color: Medium Aquamarine. HEX triplet: 6A, C3 and AC. RGB value is (106,195,172). Sum of RGB (Red+Green+Blue) = 106+195+172=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC3AC is #953C53. Grayscale: #A5A5A5. Windows color (decimal): -9780308 or 11322218. OLE color: 11322218.
HSL color Cylindrical-coordinate representation of color #6AC3AC: hue angle of 164.49º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AC3AC is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 106 | 195 | 172 | - |
CMYK | 0.46 | 0 | 0.12 | 0.24 |
HSL | 164.49º | 0.43% | 0.59% | - |
HSV(B) | 164.49º | 0.46% | 0.76% | - |
XYZ | 32.91 | 45.07 | 46 | - |
YUV | 165.77 | 131.51 | 85.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 106 | 195 | 172 | 0.46 | 0 | 0.12 | 0.24 | 164.49 | 0.43 | 0.59 |
Hex | 6A | C3 | AC | 2E | 0 | C | 18 | A4 | 2B | 3B |
Octal | 152 | 303 | 254 | 56 | 0 | 14 | 30 | 244 | 53 | 73 |
Binary | 1101010 | 11000011 | 10101100 | 101110 | 0 | 1100 | 11000 | 10100100 | 101011 | 111011 |
Color Harmonies of #6AC3AC
Complementary color
Monochromatic Colors of #6AC3AC
Black with #6AC3AC
Text Example
Text Example
White with #6AC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC3AC; }
p { color: rgb(106,195,172); }
H1.HeaderClassName
{
color: #6AC3AC;
}
.AnyTagClassName
{
color: #6AC3AC;
}
</style>
background-color css
<style>
a { background-color: #6AC3AC; }
a { background-color: rgb(106,195,172); }
div.DivClassName
{
background-color: #6AC3AC;
}
.BgClassName
{
background-color: #6AC3AC;
}
</style>
border-color css
<style>
span { border-color: #6AC3AC; }
span { border-color: rgb(106,195,172); }
td.TdClassName
{
border-color: #6AC3AC;
}
.TagClassName
{
border-color: #6AC3AC;
}
</style>