Shades of Acapulco #70B594
Tints of Acapulco #70B594
RGB
CMYK
RGB Variations
Color information
#70B594 (or 0x70B594) is known color: Acapulco. HEX triplet: 70, B5 and 94. RGB value is (112,181,148). Sum of RGB (Red+Green+Blue) = 112+181+148=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #70B594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B594 is #8F4A6B. Grayscale: #9C9C9C. Windows color (decimal): -9390700 or 9745776. OLE color: 9745776.
HSL color Cylindrical-coordinate representation of color #70B594: hue angle of 151.3º 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 #70B594 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 148 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.29 |
| HSL | 151.3º | 0.32% | 0.57% | - |
| HSV(B) | 151.3º | 0.38% | 0.71% | - |
| XYZ | 28.55 | 38.63 | 33.97 | - |
| YUV | 156.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 148 | 0.38 | 0 | 0.18 | 0.29 | 151.3 | 0.32 | 0.57 |
| Hex | 70 | B5 | 94 | 26 | 0 | 12 | 1D | 97 | 20 | 39 |
| Octal | 160 | 265 | 224 | 46 | 0 | 22 | 35 | 227 | 40 | 71 |
| Binary | 1110000 | 10110101 | 10010100 | 100110 | 0 | 10010 | 11101 | 10010111 | 100000 | 111001 |
Color Harmonies of #70B594
Complementary color
Monochromatic Colors of #70B594
Black with #70B594
Text Example
Text Example
White with #70B594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B594; }
p { color: rgb(112,181,148); }
H1.HeaderClassName
{
color: #70B594;
}
.AnyTagClassName
{
color: #70B594;
}
</style>
background-color css
<style>
a { background-color: #70B594; }
a { background-color: rgb(112,181,148); }
div.DivClassName
{
background-color: #70B594;
}
.BgClassName
{
background-color: #70B594;
}
</style>
border-color css
<style>
span { border-color: #70B594; }
span { border-color: rgb(112,181,148); }
td.TdClassName
{
border-color: #70B594;
}
.TagClassName
{
border-color: #70B594;
}
</style>