Shades of Acapulco #6AA494
Tints of Acapulco #6AA494
RGB
CMYK
RGB Variations
Color information
#6AA494 (or 0x6AA494) is known color: Acapulco. HEX triplet: 6A, A4 and 94. RGB value is (106,164,148). Sum of RGB (Red+Green+Blue) = 106+164+148=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA494 is #955B6B. Grayscale: #909090. Windows color (decimal): -9788268 or 9741418. OLE color: 9741418.
HSL color Cylindrical-coordinate representation of color #6AA494: hue angle of 163.45º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA494 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 164 | 148 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.36 |
| HSL | 163.45º | 0.24% | 0.53% | - |
| HSV(B) | 163.45º | 0.35% | 0.64% | - |
| XYZ | 24.56 | 31.75 | 32.85 | - |
| YUV | 144.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 164 | 148 | 0.35 | 0 | 0.10 | 0.36 | 163.45 | 0.24 | 0.53 |
| Hex | 6A | A4 | 94 | 23 | 0 | A | 24 | A3 | 18 | 35 |
| Octal | 152 | 244 | 224 | 43 | 0 | 12 | 44 | 243 | 30 | 65 |
| Binary | 1101010 | 10100100 | 10010100 | 100011 | 0 | 1010 | 100100 | 10100011 | 11000 | 110101 |
Color Harmonies of #6AA494
Complementary color
Monochromatic Colors of #6AA494
Black with #6AA494
Text Example
Text Example
White with #6AA494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA494; }
p { color: rgb(106,164,148); }
H1.HeaderClassName
{
color: #6AA494;
}
.AnyTagClassName
{
color: #6AA494;
}
</style>
background-color css
<style>
a { background-color: #6AA494; }
a { background-color: rgb(106,164,148); }
div.DivClassName
{
background-color: #6AA494;
}
.BgClassName
{
background-color: #6AA494;
}
</style>
border-color css
<style>
span { border-color: #6AA494; }
span { border-color: rgb(106,164,148); }
td.TdClassName
{
border-color: #6AA494;
}
.TagClassName
{
border-color: #6AA494;
}
</style>