Shades of Acapulco #70A995
Tints of Acapulco #70A995
RGB
CMYK
RGB Variations
Color information
#70A995 (or 0x70A995) is known color: Acapulco. HEX triplet: 70, A9 and 95. RGB value is (112,169,149). Sum of RGB (Red+Green+Blue) = 112+169+149=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #70A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A995 is #8F566A. Grayscale: #959595. Windows color (decimal): -9393771 or 9808240. OLE color: 9808240.
HSL color Cylindrical-coordinate representation of color #70A995: hue angle of 158.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A995 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 149 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.34 |
| HSL | 158.95º | 0.25% | 0.55% | - |
| HSV(B) | 158.95º | 0.34% | 0.66% | - |
| XYZ | 26.29 | 33.99 | 33.61 | - |
| YUV | 149.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 149 | 0.34 | 0 | 0.12 | 0.34 | 158.95 | 0.25 | 0.55 |
| Hex | 70 | A9 | 95 | 22 | 0 | C | 22 | 9F | 19 | 37 |
| Octal | 160 | 251 | 225 | 42 | 0 | 14 | 42 | 237 | 31 | 67 |
| Binary | 1110000 | 10101001 | 10010101 | 100010 | 0 | 1100 | 100010 | 10011111 | 11001 | 110111 |
Color Harmonies of #70A995
Complementary color
Monochromatic Colors of #70A995
Black with #70A995
Text Example
Text Example
White with #70A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A995; }
p { color: rgb(112,169,149); }
H1.HeaderClassName
{
color: #70A995;
}
.AnyTagClassName
{
color: #70A995;
}
</style>
background-color css
<style>
a { background-color: #70A995; }
a { background-color: rgb(112,169,149); }
div.DivClassName
{
background-color: #70A995;
}
.BgClassName
{
background-color: #70A995;
}
</style>
border-color css
<style>
span { border-color: #70A995; }
span { border-color: rgb(112,169,149); }
td.TdClassName
{
border-color: #70A995;
}
.TagClassName
{
border-color: #70A995;
}
</style>