Shades of Acapulco #70A28B
Tints of Acapulco #70A28B
RGB
CMYK
RGB Variations
Color information
#70A28B (or 0x70A28B) is known color: Acapulco. HEX triplet: 70, A2 and 8B. RGB value is (112,162,139). Sum of RGB (Red+Green+Blue) = 112+162+139=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 162 - color contains mainly: green. Hex color #70A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A28B is #8F5D74. Grayscale: #909090. Windows color (decimal): -9395573 or 9151088. OLE color: 9151088.
HSL color Cylindrical-coordinate representation of color #70A28B: hue angle of 152.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A28B is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 139 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.36 |
| HSL | 152.4º | 0.21% | 0.54% | - |
| HSV(B) | 152.4º | 0.31% | 0.64% | - |
| XYZ | 24.26 | 31.15 | 29.16 | - |
| YUV | 144.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 139 | 0.31 | 0 | 0.14 | 0.36 | 152.4 | 0.21 | 0.54 |
| Hex | 70 | A2 | 8B | 1F | 0 | E | 24 | 98 | 15 | 36 |
| Octal | 160 | 242 | 213 | 37 | 0 | 16 | 44 | 230 | 25 | 66 |
| Binary | 1110000 | 10100010 | 10001011 | 11111 | 0 | 1110 | 100100 | 10011000 | 10101 | 110110 |
Color Harmonies of #70A28B
Complementary color
Monochromatic Colors of #70A28B
Black with #70A28B
Text Example
Text Example
White with #70A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A28B; }
p { color: rgb(112,162,139); }
H1.HeaderClassName
{
color: #70A28B;
}
.AnyTagClassName
{
color: #70A28B;
}
</style>
background-color css
<style>
a { background-color: #70A28B; }
a { background-color: rgb(112,162,139); }
div.DivClassName
{
background-color: #70A28B;
}
.BgClassName
{
background-color: #70A28B;
}
</style>
border-color css
<style>
span { border-color: #70A28B; }
span { border-color: rgb(112,162,139); }
td.TdClassName
{
border-color: #70A28B;
}
.TagClassName
{
border-color: #70A28B;
}
</style>