Shades of Acapulco #70A38E
Tints of Acapulco #70A38E
RGB
CMYK
RGB Variations
Color information
#70A38E (or 0x70A38E) is known color: Acapulco. HEX triplet: 70, A3 and 8E. RGB value is (112,163,142). Sum of RGB (Red+Green+Blue) = 112+163+142=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #70A38E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A38E is #8F5C71. Grayscale: #919191. Windows color (decimal): -9395314 or 9347952. OLE color: 9347952.
HSL color Cylindrical-coordinate representation of color #70A38E: hue angle of 155.29º degrees, saturation: 0.22, 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 #70A38E is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 142 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.36 |
| HSL | 155.29º | 0.22% | 0.54% | - |
| HSV(B) | 155.29º | 0.31% | 0.64% | - |
| XYZ | 24.66 | 31.59 | 30.39 | - |
| YUV | 145.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 142 | 0.31 | 0 | 0.13 | 0.36 | 155.29 | 0.22 | 0.54 |
| Hex | 70 | A3 | 8E | 1F | 0 | D | 24 | 9B | 16 | 36 |
| Octal | 160 | 243 | 216 | 37 | 0 | 15 | 44 | 233 | 26 | 66 |
| Binary | 1110000 | 10100011 | 10001110 | 11111 | 0 | 1101 | 100100 | 10011011 | 10110 | 110110 |
Color Harmonies of #70A38E
Complementary color
Monochromatic Colors of #70A38E
Black with #70A38E
Text Example
Text Example
White with #70A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A38E; }
p { color: rgb(112,163,142); }
H1.HeaderClassName
{
color: #70A38E;
}
.AnyTagClassName
{
color: #70A38E;
}
</style>
background-color css
<style>
a { background-color: #70A38E; }
a { background-color: rgb(112,163,142); }
div.DivClassName
{
background-color: #70A38E;
}
.BgClassName
{
background-color: #70A38E;
}
</style>
border-color css
<style>
span { border-color: #70A38E; }
span { border-color: rgb(112,163,142); }
td.TdClassName
{
border-color: #70A38E;
}
.TagClassName
{
border-color: #70A38E;
}
</style>