Shades of Acapulco #70B296
Tints of Acapulco #70B296
RGB
CMYK
RGB Variations
Color information
#70B296 (or 0x70B296) is known color: Acapulco. HEX triplet: 70, B2 and 96. RGB value is (112,178,150). Sum of RGB (Red+Green+Blue) = 112+178+150=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #70B296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B296 is #8F4D69. Grayscale: #9B9B9B. Windows color (decimal): -9391466 or 9876080. OLE color: 9876080.
HSL color Cylindrical-coordinate representation of color #70B296: hue angle of 154.55º 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 #70B296 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 150 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.30 |
| HSL | 154.55º | 0.3% | 0.57% | - |
| HSV(B) | 154.55º | 0.37% | 0.7% | - |
| XYZ | 28.11 | 37.49 | 34.61 | - |
| YUV | 155.07 | 125.13 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 150 | 0.37 | 0 | 0.16 | 0.30 | 154.55 | 0.3 | 0.57 |
| Hex | 70 | B2 | 96 | 25 | 0 | 10 | 1E | 9B | 1E | 39 |
| Octal | 160 | 262 | 226 | 45 | 0 | 20 | 36 | 233 | 36 | 71 |
| Binary | 1110000 | 10110010 | 10010110 | 100101 | 0 | 10000 | 11110 | 10011011 | 11110 | 111001 |
Color Harmonies of #70B296
Complementary color
Monochromatic Colors of #70B296
Black with #70B296
Text Example
Text Example
White with #70B296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B296; }
p { color: rgb(112,178,150); }
H1.HeaderClassName
{
color: #70B296;
}
.AnyTagClassName
{
color: #70B296;
}
</style>
background-color css
<style>
a { background-color: #70B296; }
a { background-color: rgb(112,178,150); }
div.DivClassName
{
background-color: #70B296;
}
.BgClassName
{
background-color: #70B296;
}
</style>
border-color css
<style>
span { border-color: #70B296; }
span { border-color: rgb(112,178,150); }
td.TdClassName
{
border-color: #70B296;
}
.TagClassName
{
border-color: #70B296;
}
</style>