Shades of Acapulco #70B797
Tints of Acapulco #70B797
RGB
CMYK
RGB Variations
Color information
#70B797 (or 0x70B797) is known color: Acapulco. HEX triplet: 70, B7 and 97. RGB value is (112,183,151). Sum of RGB (Red+Green+Blue) = 112+183+151=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #70B797 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B797 is #8F4868. Grayscale: #9E9E9E. Windows color (decimal): -9390185 or 9942896. OLE color: 9942896.
HSL color Cylindrical-coordinate representation of color #70B797: hue angle of 152.96º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B797 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 151 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.28 |
| HSL | 152.96º | 0.33% | 0.58% | - |
| HSV(B) | 152.96º | 0.39% | 0.72% | - |
| XYZ | 29.2 | 39.55 | 35.37 | - |
| YUV | 158.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 151 | 0.39 | 0 | 0.17 | 0.28 | 152.96 | 0.33 | 0.58 |
| Hex | 70 | B7 | 97 | 27 | 0 | 11 | 1C | 99 | 21 | 3A |
| Octal | 160 | 267 | 227 | 47 | 0 | 21 | 34 | 231 | 41 | 72 |
| Binary | 1110000 | 10110111 | 10010111 | 100111 | 0 | 10001 | 11100 | 10011001 | 100001 | 111010 |
Color Harmonies of #70B797
Complementary color
Monochromatic Colors of #70B797
Black with #70B797
Text Example
Text Example
White with #70B797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B797; }
p { color: rgb(112,183,151); }
H1.HeaderClassName
{
color: #70B797;
}
.AnyTagClassName
{
color: #70B797;
}
</style>
background-color css
<style>
a { background-color: #70B797; }
a { background-color: rgb(112,183,151); }
div.DivClassName
{
background-color: #70B797;
}
.BgClassName
{
background-color: #70B797;
}
</style>
border-color css
<style>
span { border-color: #70B797; }
span { border-color: rgb(112,183,151); }
td.TdClassName
{
border-color: #70B797;
}
.TagClassName
{
border-color: #70B797;
}
</style>