Shades of Acapulco #70A691
Tints of Acapulco #70A691
RGB
CMYK
RGB Variations
Color information
#70A691 (or 0x70A691) is known color: Acapulco. HEX triplet: 70, A6 and 91. RGB value is (112,166,145). Sum of RGB (Red+Green+Blue) = 112+166+145=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #70A691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A691 is #8F596E. Grayscale: #939393. Windows color (decimal): -9394543 or 9545328. OLE color: 9545328.
HSL color Cylindrical-coordinate representation of color #70A691: hue angle of 156.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A691 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 145 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.35 |
| HSL | 156.67º | 0.23% | 0.55% | - |
| HSV(B) | 156.67º | 0.33% | 0.65% | - |
| XYZ | 25.43 | 32.76 | 31.77 | - |
| YUV | 147.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 145 | 0.33 | 0 | 0.13 | 0.35 | 156.67 | 0.23 | 0.55 |
| Hex | 70 | A6 | 91 | 21 | 0 | D | 23 | 9D | 17 | 37 |
| Octal | 160 | 246 | 221 | 41 | 0 | 15 | 43 | 235 | 27 | 67 |
| Binary | 1110000 | 10100110 | 10010001 | 100001 | 0 | 1101 | 100011 | 10011101 | 10111 | 110111 |
Color Harmonies of #70A691
Complementary color
Monochromatic Colors of #70A691
Black with #70A691
Text Example
Text Example
White with #70A691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A691; }
p { color: rgb(112,166,145); }
H1.HeaderClassName
{
color: #70A691;
}
.AnyTagClassName
{
color: #70A691;
}
</style>
background-color css
<style>
a { background-color: #70A691; }
a { background-color: rgb(112,166,145); }
div.DivClassName
{
background-color: #70A691;
}
.BgClassName
{
background-color: #70A691;
}
</style>
border-color css
<style>
span { border-color: #70A691; }
span { border-color: rgb(112,166,145); }
td.TdClassName
{
border-color: #70A691;
}
.TagClassName
{
border-color: #70A691;
}
</style>