Shades of Acapulco #70AA96
Tints of Acapulco #70AA96
RGB
CMYK
RGB Variations
Color information
#70AA96 (or 0x70AA96) is known color: Acapulco. HEX triplet: 70, AA and 96. RGB value is (112,170,150). Sum of RGB (Red+Green+Blue) = 112+170+150=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA96 is #8F5569. Grayscale: #969696. Windows color (decimal): -9393514 or 9874032. OLE color: 9874032.
HSL color Cylindrical-coordinate representation of color #70AA96: hue angle of 159.31º 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 #70AA96 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 150 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.33 |
| HSL | 159.31º | 0.25% | 0.55% | - |
| HSV(B) | 159.31º | 0.34% | 0.67% | - |
| XYZ | 26.56 | 34.4 | 34.09 | - |
| YUV | 150.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 150 | 0.34 | 0 | 0.12 | 0.33 | 159.31 | 0.25 | 0.55 |
| Hex | 70 | AA | 96 | 22 | 0 | C | 21 | 9F | 19 | 37 |
| Octal | 160 | 252 | 226 | 42 | 0 | 14 | 41 | 237 | 31 | 67 |
| Binary | 1110000 | 10101010 | 10010110 | 100010 | 0 | 1100 | 100001 | 10011111 | 11001 | 110111 |
Color Harmonies of #70AA96
Complementary color
Monochromatic Colors of #70AA96
Black with #70AA96
Text Example
Text Example
White with #70AA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AA96; }
p { color: rgb(112,170,150); }
H1.HeaderClassName
{
color: #70AA96;
}
.AnyTagClassName
{
color: #70AA96;
}
</style>
background-color css
<style>
a { background-color: #70AA96; }
a { background-color: rgb(112,170,150); }
div.DivClassName
{
background-color: #70AA96;
}
.BgClassName
{
background-color: #70AA96;
}
</style>
border-color css
<style>
span { border-color: #70AA96; }
span { border-color: rgb(112,170,150); }
td.TdClassName
{
border-color: #70AA96;
}
.TagClassName
{
border-color: #70AA96;
}
</style>