Shades of Acapulco #70A589
Tints of Acapulco #70A589
RGB
CMYK
RGB Variations
Color information
#70A589 (or 0x70A589) is known color: Acapulco. HEX triplet: 70, A5 and 89. RGB value is (112,165,137). Sum of RGB (Red+Green+Blue) = 112+165+137=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #70A589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A589 is #8F5A76. Grayscale: #929292. Windows color (decimal): -9394807 or 9020784. OLE color: 9020784.
HSL color Cylindrical-coordinate representation of color #70A589: hue angle of 148.3º 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 #70A589 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 165 | 137 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.35 |
| HSL | 148.3º | 0.23% | 0.54% | - |
| HSV(B) | 148.3º | 0.32% | 0.65% | - |
| XYZ | 24.65 | 32.16 | 28.58 | - |
| YUV | 145.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 165 | 137 | 0.32 | 0 | 0.17 | 0.35 | 148.3 | 0.23 | 0.54 |
| Hex | 70 | A5 | 89 | 20 | 0 | 11 | 23 | 94 | 17 | 36 |
| Octal | 160 | 245 | 211 | 40 | 0 | 21 | 43 | 224 | 27 | 66 |
| Binary | 1110000 | 10100101 | 10001001 | 100000 | 0 | 10001 | 100011 | 10010100 | 10111 | 110110 |
Color Harmonies of #70A589
Complementary color
Monochromatic Colors of #70A589
Black with #70A589
Text Example
Text Example
White with #70A589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A589; }
p { color: rgb(112,165,137); }
H1.HeaderClassName
{
color: #70A589;
}
.AnyTagClassName
{
color: #70A589;
}
</style>
background-color css
<style>
a { background-color: #70A589; }
a { background-color: rgb(112,165,137); }
div.DivClassName
{
background-color: #70A589;
}
.BgClassName
{
background-color: #70A589;
}
</style>
border-color css
<style>
span { border-color: #70A589; }
span { border-color: rgb(112,165,137); }
td.TdClassName
{
border-color: #70A589;
}
.TagClassName
{
border-color: #70A589;
}
</style>