Shades of Acapulco #70B097
Tints of Acapulco #70B097
RGB
CMYK
RGB Variations
Color information
#70B097 (or 0x70B097) is known color: Acapulco. HEX triplet: 70, B0 and 97. RGB value is (112,176,151). Sum of RGB (Red+Green+Blue) = 112+176+151=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #70B097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B097 is #8F4F68. Grayscale: #9A9A9A. Windows color (decimal): -9391977 or 9941104. OLE color: 9941104.
HSL color Cylindrical-coordinate representation of color #70B097: hue angle of 156.56º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70B097 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 176 | 151 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.31 |
| HSL | 156.56º | 0.29% | 0.56% | - |
| HSV(B) | 156.56º | 0.36% | 0.69% | - |
| XYZ | 27.79 | 36.73 | 34.9 | - |
| YUV | 154.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 176 | 151 | 0.36 | 0 | 0.14 | 0.31 | 156.56 | 0.29 | 0.56 |
| Hex | 70 | B0 | 97 | 24 | 0 | E | 1F | 9D | 1D | 38 |
| Octal | 160 | 260 | 227 | 44 | 0 | 16 | 37 | 235 | 35 | 70 |
| Binary | 1110000 | 10110000 | 10010111 | 100100 | 0 | 1110 | 11111 | 10011101 | 11101 | 111000 |
Color Harmonies of #70B097
Complementary color
Monochromatic Colors of #70B097
Black with #70B097
Text Example
Text Example
White with #70B097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B097; }
p { color: rgb(112,176,151); }
H1.HeaderClassName
{
color: #70B097;
}
.AnyTagClassName
{
color: #70B097;
}
</style>
background-color css
<style>
a { background-color: #70B097; }
a { background-color: rgb(112,176,151); }
div.DivClassName
{
background-color: #70B097;
}
.BgClassName
{
background-color: #70B097;
}
</style>
border-color css
<style>
span { border-color: #70B097; }
span { border-color: rgb(112,176,151); }
td.TdClassName
{
border-color: #70B097;
}
.TagClassName
{
border-color: #70B097;
}
</style>