Shades of Acapulco #70A697
Tints of Acapulco #70A697
RGB
CMYK
RGB Variations
Color information
#70A697 (or 0x70A697) is known color: Acapulco. HEX triplet: 70, A6 and 97. RGB value is (112,166,151). Sum of RGB (Red+Green+Blue) = 112+166+151=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 166 - color contains mainly: green. Hex color #70A697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A697 is #8F5968. Grayscale: #949494. Windows color (decimal): -9394537 or 9938544. OLE color: 9938544.
HSL color Cylindrical-coordinate representation of color #70A697: hue angle of 163.33º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A697 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 151 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.35 |
| HSL | 163.33º | 0.23% | 0.55% | - |
| HSV(B) | 163.33º | 0.33% | 0.65% | - |
| XYZ | 25.9 | 32.95 | 34.27 | - |
| YUV | 148.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 151 | 0.33 | 0 | 0.09 | 0.35 | 163.33 | 0.23 | 0.55 |
| Hex | 70 | A6 | 97 | 21 | 0 | 9 | 23 | A3 | 17 | 37 |
| Octal | 160 | 246 | 227 | 41 | 0 | 11 | 43 | 243 | 27 | 67 |
| Binary | 1110000 | 10100110 | 10010111 | 100001 | 0 | 1001 | 100011 | 10100011 | 10111 | 110111 |
Color Harmonies of #70A697
Complementary color
Monochromatic Colors of #70A697
Black with #70A697
Text Example
Text Example
White with #70A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A697; }
p { color: rgb(112,166,151); }
H1.HeaderClassName
{
color: #70A697;
}
.AnyTagClassName
{
color: #70A697;
}
</style>
background-color css
<style>
a { background-color: #70A697; }
a { background-color: rgb(112,166,151); }
div.DivClassName
{
background-color: #70A697;
}
.BgClassName
{
background-color: #70A697;
}
</style>
border-color css
<style>
span { border-color: #70A697; }
span { border-color: rgb(112,166,151); }
td.TdClassName
{
border-color: #70A697;
}
.TagClassName
{
border-color: #70A697;
}
</style>