Shades of Acapulco #70B39E
Tints of Acapulco #70B39E
RGB
CMYK
RGB Variations
Color information
#70B39E (or 0x70B39E) is known color: Acapulco. HEX triplet: 70, B3 and 9E. RGB value is (112,179,158). Sum of RGB (Red+Green+Blue) = 112+179+158=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #70B39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B39E is #8F4C61. Grayscale: #9C9C9C. Windows color (decimal): -9391202 or 10400624. OLE color: 10400624.
HSL color Cylindrical-coordinate representation of color #70B39E: hue angle of 161.19º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B39E is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 158 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.30 |
| HSL | 161.19º | 0.31% | 0.57% | - |
| HSV(B) | 161.19º | 0.37% | 0.7% | - |
| XYZ | 28.97 | 38.15 | 38.19 | - |
| YUV | 156.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 158 | 0.37 | 0 | 0.12 | 0.30 | 161.19 | 0.31 | 0.57 |
| Hex | 70 | B3 | 9E | 25 | 0 | C | 1E | A1 | 1F | 39 |
| Octal | 160 | 263 | 236 | 45 | 0 | 14 | 36 | 241 | 37 | 71 |
| Binary | 1110000 | 10110011 | 10011110 | 100101 | 0 | 1100 | 11110 | 10100001 | 11111 | 111001 |
Color Harmonies of #70B39E
Complementary color
Monochromatic Colors of #70B39E
Black with #70B39E
Text Example
Text Example
White with #70B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B39E; }
p { color: rgb(112,179,158); }
H1.HeaderClassName
{
color: #70B39E;
}
.AnyTagClassName
{
color: #70B39E;
}
</style>
background-color css
<style>
a { background-color: #70B39E; }
a { background-color: rgb(112,179,158); }
div.DivClassName
{
background-color: #70B39E;
}
.BgClassName
{
background-color: #70B39E;
}
</style>
border-color css
<style>
span { border-color: #70B39E; }
span { border-color: rgb(112,179,158); }
td.TdClassName
{
border-color: #70B39E;
}
.TagClassName
{
border-color: #70B39E;
}
</style>