Shades of Acapulco #70A594
Tints of Acapulco #70A594
RGB
CMYK
RGB Variations
Color information
#70A594 (or 0x70A594) is known color: Acapulco. HEX triplet: 70, A5 and 94. RGB value is (112,165,148). Sum of RGB (Red+Green+Blue) = 112+165+148=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #70A594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A594 is #8F5A6B. Grayscale: #939393. Windows color (decimal): -9394796 or 9741680. OLE color: 9741680.
HSL color Cylindrical-coordinate representation of color #70A594: hue angle of 160.75º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A594 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 165 | 148 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.35 |
| HSL | 160.75º | 0.23% | 0.54% | - |
| HSV(B) | 160.75º | 0.32% | 0.65% | - |
| XYZ | 25.48 | 32.49 | 32.95 | - |
| YUV | 147.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 165 | 148 | 0.32 | 0 | 0.10 | 0.35 | 160.75 | 0.23 | 0.54 |
| Hex | 70 | A5 | 94 | 20 | 0 | A | 23 | A1 | 17 | 36 |
| Octal | 160 | 245 | 224 | 40 | 0 | 12 | 43 | 241 | 27 | 66 |
| Binary | 1110000 | 10100101 | 10010100 | 100000 | 0 | 1010 | 100011 | 10100001 | 10111 | 110110 |
Color Harmonies of #70A594
Complementary color
Monochromatic Colors of #70A594
Black with #70A594
Text Example
Text Example
White with #70A594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A594; }
p { color: rgb(112,165,148); }
H1.HeaderClassName
{
color: #70A594;
}
.AnyTagClassName
{
color: #70A594;
}
</style>
background-color css
<style>
a { background-color: #70A594; }
a { background-color: rgb(112,165,148); }
div.DivClassName
{
background-color: #70A594;
}
.BgClassName
{
background-color: #70A594;
}
</style>
border-color css
<style>
span { border-color: #70A594; }
span { border-color: rgb(112,165,148); }
td.TdClassName
{
border-color: #70A594;
}
.TagClassName
{
border-color: #70A594;
}
</style>