Shades of Acapulco #70B49E
Tints of Acapulco #70B49E
RGB
CMYK
RGB Variations
Color information
#70B49E (or 0x70B49E) is known color: Acapulco. HEX triplet: 70, B4 and 9E. RGB value is (112,180,158). Sum of RGB (Red+Green+Blue) = 112+180+158=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #70B49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B49E is #8F4B61. Grayscale: #9D9D9D. Windows color (decimal): -9390946 or 10400880. OLE color: 10400880.
HSL color Cylindrical-coordinate representation of color #70B49E: hue angle of 160.59º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B49E is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 158 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.29 |
| HSL | 160.59º | 0.31% | 0.57% | - |
| HSV(B) | 160.59º | 0.38% | 0.71% | - |
| XYZ | 29.17 | 38.56 | 38.25 | - |
| YUV | 157.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 158 | 0.38 | 0 | 0.12 | 0.29 | 160.59 | 0.31 | 0.57 |
| Hex | 70 | B4 | 9E | 26 | 0 | C | 1D | A1 | 1F | 39 |
| Octal | 160 | 264 | 236 | 46 | 0 | 14 | 35 | 241 | 37 | 71 |
| Binary | 1110000 | 10110100 | 10011110 | 100110 | 0 | 1100 | 11101 | 10100001 | 11111 | 111001 |
Color Harmonies of #70B49E
Complementary color
Monochromatic Colors of #70B49E
Black with #70B49E
Text Example
Text Example
White with #70B49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B49E; }
p { color: rgb(112,180,158); }
H1.HeaderClassName
{
color: #70B49E;
}
.AnyTagClassName
{
color: #70B49E;
}
</style>
background-color css
<style>
a { background-color: #70B49E; }
a { background-color: rgb(112,180,158); }
div.DivClassName
{
background-color: #70B49E;
}
.BgClassName
{
background-color: #70B49E;
}
</style>
border-color css
<style>
span { border-color: #70B49E; }
span { border-color: rgb(112,180,158); }
td.TdClassName
{
border-color: #70B49E;
}
.TagClassName
{
border-color: #70B49E;
}
</style>