Shades of Acapulco #70AA97
Tints of Acapulco #70AA97
RGB
CMYK
RGB Variations
Color information
#70AA97 (or 0x70AA97) is known color: Acapulco. HEX triplet: 70, AA and 97. RGB value is (112,170,151). Sum of RGB (Red+Green+Blue) = 112+170+151=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA97 is #8F5568. Grayscale: #969696. Windows color (decimal): -9393513 or 9939568. OLE color: 9939568.
HSL color Cylindrical-coordinate representation of color #70AA97: hue angle of 160.34º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA97 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 151 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.33 |
| HSL | 160.34º | 0.25% | 0.55% | - |
| HSV(B) | 160.34º | 0.34% | 0.67% | - |
| XYZ | 26.64 | 34.43 | 34.52 | - |
| YUV | 150.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 151 | 0.34 | 0 | 0.11 | 0.33 | 160.34 | 0.25 | 0.55 |
| Hex | 70 | AA | 97 | 22 | 0 | B | 21 | A0 | 19 | 37 |
| Octal | 160 | 252 | 227 | 42 | 0 | 13 | 41 | 240 | 31 | 67 |
| Binary | 1110000 | 10101010 | 10010111 | 100010 | 0 | 1011 | 100001 | 10100000 | 11001 | 110111 |
Color Harmonies of #70AA97
Complementary color
Monochromatic Colors of #70AA97
Black with #70AA97
Text Example
Text Example
White with #70AA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AA97; }
p { color: rgb(112,170,151); }
H1.HeaderClassName
{
color: #70AA97;
}
.AnyTagClassName
{
color: #70AA97;
}
</style>
background-color css
<style>
a { background-color: #70AA97; }
a { background-color: rgb(112,170,151); }
div.DivClassName
{
background-color: #70AA97;
}
.BgClassName
{
background-color: #70AA97;
}
</style>
border-color css
<style>
span { border-color: #70AA97; }
span { border-color: rgb(112,170,151); }
td.TdClassName
{
border-color: #70AA97;
}
.TagClassName
{
border-color: #70AA97;
}
</style>