Shades of Acapulco #70AC91
Tints of Acapulco #70AC91
RGB
CMYK
RGB Variations
Color information
#70AC91 (or 0x70AC91) is known color: Acapulco. HEX triplet: 70, AC and 91. RGB value is (112,172,145). Sum of RGB (Red+Green+Blue) = 112+172+145=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AC91 is #8F536E. Grayscale: #979797. Windows color (decimal): -9393007 or 9546864. OLE color: 9546864.
HSL color Cylindrical-coordinate representation of color #70AC91: hue angle of 153º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AC91 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 145 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.33 |
| HSL | 153º | 0.27% | 0.56% | - |
| HSV(B) | 153º | 0.35% | 0.67% | - |
| XYZ | 26.55 | 34.99 | 32.14 | - |
| YUV | 150.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 145 | 0.35 | 0 | 0.16 | 0.33 | 153 | 0.27 | 0.56 |
| Hex | 70 | AC | 91 | 23 | 0 | 10 | 21 | 99 | 1B | 38 |
| Octal | 160 | 254 | 221 | 43 | 0 | 20 | 41 | 231 | 33 | 70 |
| Binary | 1110000 | 10101100 | 10010001 | 100011 | 0 | 10000 | 100001 | 10011001 | 11011 | 111000 |
Color Harmonies of #70AC91
Complementary color
Monochromatic Colors of #70AC91
Black with #70AC91
Text Example
Text Example
White with #70AC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC91; }
p { color: rgb(112,172,145); }
H1.HeaderClassName
{
color: #70AC91;
}
.AnyTagClassName
{
color: #70AC91;
}
</style>
background-color css
<style>
a { background-color: #70AC91; }
a { background-color: rgb(112,172,145); }
div.DivClassName
{
background-color: #70AC91;
}
.BgClassName
{
background-color: #70AC91;
}
</style>
border-color css
<style>
span { border-color: #70AC91; }
span { border-color: rgb(112,172,145); }
td.TdClassName
{
border-color: #70AC91;
}
.TagClassName
{
border-color: #70AC91;
}
</style>