Shades of Medium Aquamarine #6ACCAB
Tints of Medium Aquamarine #6ACCAB
RGB
CMYK
RGB Variations
Color information
#6ACCAB (or 0x6ACCAB) is known color: Medium Aquamarine. HEX triplet: 6A, CC and AB. RGB value is (106,204,171). Sum of RGB (Red+Green+Blue) = 106+204+171=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACCAB is #953354. Grayscale: #AAAAAA. Windows color (decimal): -9778005 or 11258986. OLE color: 11258986.
HSL color Cylindrical-coordinate representation of color #6ACCAB: hue angle of 159.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACCAB is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 171 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.2 |
| HSL | 159.8º | 0.49% | 0.61% | - |
| HSV(B) | 159.8º | 0.48% | 0.8% | - |
| XYZ | 34.89 | 49.19 | 46.18 | - |
| YUV | 170.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 171 | 0.48 | 0 | 0.16 | 0.2 | 159.8 | 0.49 | 0.61 |
| Hex | 6A | CC | AB | 30 | 0 | 10 | 14 | A0 | 31 | 3D |
| Octal | 152 | 314 | 253 | 60 | 0 | 20 | 24 | 240 | 61 | 75 |
| Binary | 1101010 | 11001100 | 10101011 | 110000 | 0 | 10000 | 10100 | 10100000 | 110001 | 111101 |
Color Harmonies of #6ACCAB
Complementary color
Monochromatic Colors of #6ACCAB
Black with #6ACCAB
Text Example
Text Example
White with #6ACCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACCAB; }
p { color: rgb(106,204,171); }
H1.HeaderClassName
{
color: #6ACCAB;
}
.AnyTagClassName
{
color: #6ACCAB;
}
</style>
background-color css
<style>
a { background-color: #6ACCAB; }
a { background-color: rgb(106,204,171); }
div.DivClassName
{
background-color: #6ACCAB;
}
.BgClassName
{
background-color: #6ACCAB;
}
</style>
border-color css
<style>
span { border-color: #6ACCAB; }
span { border-color: rgb(106,204,171); }
td.TdClassName
{
border-color: #6ACCAB;
}
.TagClassName
{
border-color: #6ACCAB;
}
</style>