Shades of Acapulco #70B291
Tints of Acapulco #70B291
RGB
CMYK
RGB Variations
Color information
#70B291 (or 0x70B291) is known color: Acapulco. HEX triplet: 70, B2 and 91. RGB value is (112,178,145). Sum of RGB (Red+Green+Blue) = 112+178+145=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #70B291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B291 is #8F4D6E. Grayscale: #9A9A9A. Windows color (decimal): -9391471 or 9548400. OLE color: 9548400.
HSL color Cylindrical-coordinate representation of color #70B291: hue angle of 150º degrees, saturation: 0.3, 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 #70B291 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 145 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.30 |
| HSL | 150º | 0.3% | 0.57% | - |
| HSV(B) | 150º | 0.37% | 0.7% | - |
| XYZ | 27.71 | 37.33 | 32.53 | - |
| YUV | 154.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 145 | 0.37 | 0 | 0.19 | 0.30 | 150 | 0.3 | 0.57 |
| Hex | 70 | B2 | 91 | 25 | 0 | 13 | 1E | 96 | 1E | 39 |
| Octal | 160 | 262 | 221 | 45 | 0 | 23 | 36 | 226 | 36 | 71 |
| Binary | 1110000 | 10110010 | 10010001 | 100101 | 0 | 10011 | 11110 | 10010110 | 11110 | 111001 |
Color Harmonies of #70B291
Complementary color
Monochromatic Colors of #70B291
Black with #70B291
Text Example
Text Example
White with #70B291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B291; }
p { color: rgb(112,178,145); }
H1.HeaderClassName
{
color: #70B291;
}
.AnyTagClassName
{
color: #70B291;
}
</style>
background-color css
<style>
a { background-color: #70B291; }
a { background-color: rgb(112,178,145); }
div.DivClassName
{
background-color: #70B291;
}
.BgClassName
{
background-color: #70B291;
}
</style>
border-color css
<style>
span { border-color: #70B291; }
span { border-color: rgb(112,178,145); }
td.TdClassName
{
border-color: #70B291;
}
.TagClassName
{
border-color: #70B291;
}
</style>