Shades of Acapulco #70A287
Tints of Acapulco #70A287
RGB
CMYK
RGB Variations
Color information
#70A287 (or 0x70A287) is known color: Acapulco. HEX triplet: 70, A2 and 87. RGB value is (112,162,135). Sum of RGB (Red+Green+Blue) = 112+162+135=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #70A287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A287 is #8F5D78. Grayscale: #909090. Windows color (decimal): -9395577 or 8888944. OLE color: 8888944.
HSL color Cylindrical-coordinate representation of color #70A287: hue angle of 147.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A287 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 135 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.36 |
| HSL | 147.6º | 0.21% | 0.54% | - |
| HSV(B) | 147.6º | 0.31% | 0.64% | - |
| XYZ | 23.98 | 31.03 | 27.65 | - |
| YUV | 143.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 135 | 0.31 | 0 | 0.17 | 0.36 | 147.6 | 0.21 | 0.54 |
| Hex | 70 | A2 | 87 | 1F | 0 | 11 | 24 | 94 | 15 | 36 |
| Octal | 160 | 242 | 207 | 37 | 0 | 21 | 44 | 224 | 25 | 66 |
| Binary | 1110000 | 10100010 | 10000111 | 11111 | 0 | 10001 | 100100 | 10010100 | 10101 | 110110 |
Color Harmonies of #70A287
Complementary color
Monochromatic Colors of #70A287
Black with #70A287
Text Example
Text Example
White with #70A287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A287; }
p { color: rgb(112,162,135); }
H1.HeaderClassName
{
color: #70A287;
}
.AnyTagClassName
{
color: #70A287;
}
</style>
background-color css
<style>
a { background-color: #70A287; }
a { background-color: rgb(112,162,135); }
div.DivClassName
{
background-color: #70A287;
}
.BgClassName
{
background-color: #70A287;
}
</style>
border-color css
<style>
span { border-color: #70A287; }
span { border-color: rgb(112,162,135); }
td.TdClassName
{
border-color: #70A287;
}
.TagClassName
{
border-color: #70A287;
}
</style>