Shades of Acapulco #70AC9A
Tints of Acapulco #70AC9A
RGB
CMYK
RGB Variations
Color information
#70AC9A (or 0x70AC9A) is known color: Acapulco. HEX triplet: 70, AC and 9A. RGB value is (112,172,154). Sum of RGB (Red+Green+Blue) = 112+172+154=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AC9A is #8F5365. Grayscale: #989898. Windows color (decimal): -9392998 or 10136688. OLE color: 10136688.
HSL color Cylindrical-coordinate representation of color #70AC9A: hue angle of 162º 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 #70AC9A is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 154 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.33 |
| HSL | 162º | 0.27% | 0.56% | - |
| HSV(B) | 162º | 0.35% | 0.67% | - |
| XYZ | 27.27 | 35.28 | 35.94 | - |
| YUV | 152.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 154 | 0.35 | 0 | 0.10 | 0.33 | 162 | 0.27 | 0.56 |
| Hex | 70 | AC | 9A | 23 | 0 | A | 21 | A2 | 1B | 38 |
| Octal | 160 | 254 | 232 | 43 | 0 | 12 | 41 | 242 | 33 | 70 |
| Binary | 1110000 | 10101100 | 10011010 | 100011 | 0 | 1010 | 100001 | 10100010 | 11011 | 111000 |
Color Harmonies of #70AC9A
Complementary color
Monochromatic Colors of #70AC9A
Black with #70AC9A
Text Example
Text Example
White with #70AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC9A; }
p { color: rgb(112,172,154); }
H1.HeaderClassName
{
color: #70AC9A;
}
.AnyTagClassName
{
color: #70AC9A;
}
</style>
background-color css
<style>
a { background-color: #70AC9A; }
a { background-color: rgb(112,172,154); }
div.DivClassName
{
background-color: #70AC9A;
}
.BgClassName
{
background-color: #70AC9A;
}
</style>
border-color css
<style>
span { border-color: #70AC9A; }
span { border-color: rgb(112,172,154); }
td.TdClassName
{
border-color: #70AC9A;
}
.TagClassName
{
border-color: #70AC9A;
}
</style>