Shades of Acapulco #70AA9B
Tints of Acapulco #70AA9B
RGB
CMYK
RGB Variations
Color information
#70AA9B (or 0x70AA9B) is known color: Acapulco. HEX triplet: 70, AA and 9B. RGB value is (112,170,155). Sum of RGB (Red+Green+Blue) = 112+170+155=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA9B is #8F5564. Grayscale: #969696. Windows color (decimal): -9393509 or 10201712. OLE color: 10201712.
HSL color Cylindrical-coordinate representation of color #70AA9B: hue angle of 164.48º 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 #70AA9B is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 155 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.33 |
| HSL | 164.48º | 0.25% | 0.55% | - |
| HSV(B) | 164.48º | 0.34% | 0.67% | - |
| XYZ | 26.97 | 34.56 | 36.26 | - |
| YUV | 150.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 155 | 0.34 | 0 | 0.09 | 0.33 | 164.48 | 0.25 | 0.55 |
| Hex | 70 | AA | 9B | 22 | 0 | 9 | 21 | A4 | 19 | 37 |
| Octal | 160 | 252 | 233 | 42 | 0 | 11 | 41 | 244 | 31 | 67 |
| Binary | 1110000 | 10101010 | 10011011 | 100010 | 0 | 1001 | 100001 | 10100100 | 11001 | 110111 |
Color Harmonies of #70AA9B
Complementary color
Monochromatic Colors of #70AA9B
Black with #70AA9B
Text Example
Text Example
White with #70AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AA9B; }
p { color: rgb(112,170,155); }
H1.HeaderClassName
{
color: #70AA9B;
}
.AnyTagClassName
{
color: #70AA9B;
}
</style>
background-color css
<style>
a { background-color: #70AA9B; }
a { background-color: rgb(112,170,155); }
div.DivClassName
{
background-color: #70AA9B;
}
.BgClassName
{
background-color: #70AA9B;
}
</style>
border-color css
<style>
span { border-color: #70AA9B; }
span { border-color: rgb(112,170,155); }
td.TdClassName
{
border-color: #70AA9B;
}
.TagClassName
{
border-color: #70AA9B;
}
</style>