Shades of Acapulco #70A08D
Tints of Acapulco #70A08D
RGB
CMYK
RGB Variations
Color information
#70A08D (or 0x70A08D) is known color: Acapulco. HEX triplet: 70, A0 and 8D. RGB value is (112,160,141). Sum of RGB (Red+Green+Blue) = 112+160+141=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #70A08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A08D is #8F5F72. Grayscale: #8F8F8F. Windows color (decimal): -9396083 or 9281648. OLE color: 9281648.
HSL color Cylindrical-coordinate representation of color #70A08D: hue angle of 156.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A08D is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 160 | 141 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.37 |
| HSL | 156.25º | 0.2% | 0.53% | - |
| HSV(B) | 156.25º | 0.3% | 0.63% | - |
| XYZ | 24.06 | 30.51 | 29.82 | - |
| YUV | 143.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 141 | 0.30 | 0 | 0.12 | 0.37 | 156.25 | 0.2 | 0.53 |
| Hex | 70 | A0 | 8D | 1E | 0 | C | 25 | 9C | 14 | 35 |
| Octal | 160 | 240 | 215 | 36 | 0 | 14 | 45 | 234 | 24 | 65 |
| Binary | 1110000 | 10100000 | 10001101 | 11110 | 0 | 1100 | 100101 | 10011100 | 10100 | 110101 |
Color Harmonies of #70A08D
Complementary color
Monochromatic Colors of #70A08D
Black with #70A08D
Text Example
Text Example
White with #70A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A08D; }
p { color: rgb(112,160,141); }
H1.HeaderClassName
{
color: #70A08D;
}
.AnyTagClassName
{
color: #70A08D;
}
</style>
background-color css
<style>
a { background-color: #70A08D; }
a { background-color: rgb(112,160,141); }
div.DivClassName
{
background-color: #70A08D;
}
.BgClassName
{
background-color: #70A08D;
}
</style>
border-color css
<style>
span { border-color: #70A08D; }
span { border-color: rgb(112,160,141); }
td.TdClassName
{
border-color: #70A08D;
}
.TagClassName
{
border-color: #70A08D;
}
</style>