Shades of Acapulco #6AA686
Tints of Acapulco #6AA686
RGB
CMYK
RGB Variations
Color information
#6AA686 (or 0x6AA686) is known color: Acapulco. HEX triplet: 6A, A6 and 86. RGB value is (106,166,134). Sum of RGB (Red+Green+Blue) = 106+166+134=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA686 is #955979. Grayscale: #909090. Windows color (decimal): -9787770 or 8824426. OLE color: 8824426.
HSL color Cylindrical-coordinate representation of color #6AA686: hue angle of 148º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6AA686 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 166 | 134 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.35 |
| HSL | 148º | 0.25% | 0.53% | - |
| HSV(B) | 148º | 0.36% | 0.65% | - |
| XYZ | 23.88 | 32.06 | 27.48 | - |
| YUV | 144.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 166 | 134 | 0.36 | 0 | 0.19 | 0.35 | 148 | 0.25 | 0.53 |
| Hex | 6A | A6 | 86 | 24 | 0 | 13 | 23 | 94 | 19 | 35 |
| Octal | 152 | 246 | 206 | 44 | 0 | 23 | 43 | 224 | 31 | 65 |
| Binary | 1101010 | 10100110 | 10000110 | 100100 | 0 | 10011 | 100011 | 10010100 | 11001 | 110101 |
Color Harmonies of #6AA686
Complementary color
Monochromatic Colors of #6AA686
Black with #6AA686
Text Example
Text Example
White with #6AA686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA686; }
p { color: rgb(106,166,134); }
H1.HeaderClassName
{
color: #6AA686;
}
.AnyTagClassName
{
color: #6AA686;
}
</style>
background-color css
<style>
a { background-color: #6AA686; }
a { background-color: rgb(106,166,134); }
div.DivClassName
{
background-color: #6AA686;
}
.BgClassName
{
background-color: #6AA686;
}
</style>
border-color css
<style>
span { border-color: #6AA686; }
span { border-color: rgb(106,166,134); }
td.TdClassName
{
border-color: #6AA686;
}
.TagClassName
{
border-color: #6AA686;
}
</style>