Shades of Acapulco #70B29C
Tints of Acapulco #70B29C
RGB
CMYK
RGB Variations
Color information
#70B29C (or 0x70B29C) is known color: Acapulco. HEX triplet: 70, B2 and 9C. RGB value is (112,178,156). Sum of RGB (Red+Green+Blue) = 112+178+156=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #70B29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B29C is #8F4D63. Grayscale: #9B9B9B. Windows color (decimal): -9391460 or 10269296. OLE color: 10269296.
HSL color Cylindrical-coordinate representation of color #70B29C: hue angle of 160º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B29C is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 156 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.30 |
| HSL | 160º | 0.3% | 0.57% | - |
| HSV(B) | 160º | 0.37% | 0.7% | - |
| XYZ | 28.6 | 37.69 | 37.22 | - |
| YUV | 155.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 156 | 0.37 | 0 | 0.12 | 0.30 | 160 | 0.3 | 0.57 |
| Hex | 70 | B2 | 9C | 25 | 0 | C | 1E | A0 | 1E | 39 |
| Octal | 160 | 262 | 234 | 45 | 0 | 14 | 36 | 240 | 36 | 71 |
| Binary | 1110000 | 10110010 | 10011100 | 100101 | 0 | 1100 | 11110 | 10100000 | 11110 | 111001 |
Color Harmonies of #70B29C
Complementary color
Monochromatic Colors of #70B29C
Black with #70B29C
Text Example
Text Example
White with #70B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B29C; }
p { color: rgb(112,178,156); }
H1.HeaderClassName
{
color: #70B29C;
}
.AnyTagClassName
{
color: #70B29C;
}
</style>
background-color css
<style>
a { background-color: #70B29C; }
a { background-color: rgb(112,178,156); }
div.DivClassName
{
background-color: #70B29C;
}
.BgClassName
{
background-color: #70B29C;
}
</style>
border-color css
<style>
span { border-color: #70B29C; }
span { border-color: rgb(112,178,156); }
td.TdClassName
{
border-color: #70B29C;
}
.TagClassName
{
border-color: #70B29C;
}
</style>