Shades of Acapulco #70A294
Tints of Acapulco #70A294
RGB
CMYK
RGB Variations
Color information
#70A294 (or 0x70A294) is known color: Acapulco. HEX triplet: 70, A2 and 94. RGB value is (112,162,148). Sum of RGB (Red+Green+Blue) = 112+162+148=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #70A294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A294 is #8F5D6B. Grayscale: #919191. Windows color (decimal): -9395564 or 9740912. OLE color: 9740912.
HSL color Cylindrical-coordinate representation of color #70A294: hue angle of 163.2º 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 #70A294 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 148 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.36 |
| HSL | 163.2º | 0.21% | 0.54% | - |
| HSV(B) | 163.2º | 0.31% | 0.64% | - |
| XYZ | 24.95 | 31.42 | 32.77 | - |
| YUV | 145.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 148 | 0.31 | 0 | 0.09 | 0.36 | 163.2 | 0.21 | 0.54 |
| Hex | 70 | A2 | 94 | 1F | 0 | 9 | 24 | A3 | 15 | 36 |
| Octal | 160 | 242 | 224 | 37 | 0 | 11 | 44 | 243 | 25 | 66 |
| Binary | 1110000 | 10100010 | 10010100 | 11111 | 0 | 1001 | 100100 | 10100011 | 10101 | 110110 |
Color Harmonies of #70A294
Complementary color
Monochromatic Colors of #70A294
Black with #70A294
Text Example
Text Example
White with #70A294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A294; }
p { color: rgb(112,162,148); }
H1.HeaderClassName
{
color: #70A294;
}
.AnyTagClassName
{
color: #70A294;
}
</style>
background-color css
<style>
a { background-color: #70A294; }
a { background-color: rgb(112,162,148); }
div.DivClassName
{
background-color: #70A294;
}
.BgClassName
{
background-color: #70A294;
}
</style>
border-color css
<style>
span { border-color: #70A294; }
span { border-color: rgb(112,162,148); }
td.TdClassName
{
border-color: #70A294;
}
.TagClassName
{
border-color: #70A294;
}
</style>