Shades of Acapulco #70B59A
Tints of Acapulco #70B59A
RGB
CMYK
RGB Variations
Color information
#70B59A (or 0x70B59A) is known color: Acapulco. HEX triplet: 70, B5 and 9A. RGB value is (112,181,154). Sum of RGB (Red+Green+Blue) = 112+181+154=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #70B59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B59A is #8F4A65. Grayscale: #9D9D9D. Windows color (decimal): -9390694 or 10138992. OLE color: 10138992.
HSL color Cylindrical-coordinate representation of color #70B59A: hue angle of 156.52º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B59A is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 154 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.29 |
| HSL | 156.52º | 0.32% | 0.57% | - |
| HSV(B) | 156.52º | 0.38% | 0.71% | - |
| XYZ | 29.04 | 38.83 | 36.54 | - |
| YUV | 157.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 154 | 0.38 | 0 | 0.15 | 0.29 | 156.52 | 0.32 | 0.57 |
| Hex | 70 | B5 | 9A | 26 | 0 | F | 1D | 9D | 20 | 39 |
| Octal | 160 | 265 | 232 | 46 | 0 | 17 | 35 | 235 | 40 | 71 |
| Binary | 1110000 | 10110101 | 10011010 | 100110 | 0 | 1111 | 11101 | 10011101 | 100000 | 111001 |
Color Harmonies of #70B59A
Complementary color
Monochromatic Colors of #70B59A
Black with #70B59A
Text Example
Text Example
White with #70B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B59A; }
p { color: rgb(112,181,154); }
H1.HeaderClassName
{
color: #70B59A;
}
.AnyTagClassName
{
color: #70B59A;
}
</style>
background-color css
<style>
a { background-color: #70B59A; }
a { background-color: rgb(112,181,154); }
div.DivClassName
{
background-color: #70B59A;
}
.BgClassName
{
background-color: #70B59A;
}
</style>
border-color css
<style>
span { border-color: #70B59A; }
span { border-color: rgb(112,181,154); }
td.TdClassName
{
border-color: #70B59A;
}
.TagClassName
{
border-color: #70B59A;
}
</style>