Shades of Acapulco #709D86
Tints of Acapulco #709D86
RGB
CMYK
RGB Variations
Color information
#709D86 (or 0x709D86) is known color: Acapulco. HEX triplet: 70, 9D and 86. RGB value is (112,157,134). Sum of RGB (Red+Green+Blue) = 112+157+134=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #709D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709D86 is #8F6279. Grayscale: #8C8C8C. Windows color (decimal): -9396858 or 8822128. OLE color: 8822128.
HSL color Cylindrical-coordinate representation of color #709D86: hue angle of 149.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709D86 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 134 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.38 |
| HSL | 149.33º | 0.19% | 0.53% | - |
| HSV(B) | 149.33º | 0.29% | 0.62% | - |
| XYZ | 23.04 | 29.28 | 26.99 | - |
| YUV | 140.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 134 | 0.29 | 0 | 0.15 | 0.38 | 149.33 | 0.19 | 0.53 |
| Hex | 70 | 9D | 86 | 1D | 0 | F | 26 | 95 | 13 | 35 |
| Octal | 160 | 235 | 206 | 35 | 0 | 17 | 46 | 225 | 23 | 65 |
| Binary | 1110000 | 10011101 | 10000110 | 11101 | 0 | 1111 | 100110 | 10010101 | 10011 | 110101 |
Color Harmonies of #709D86
Complementary color
Monochromatic Colors of #709D86
Black with #709D86
Text Example
Text Example
White with #709D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D86; }
p { color: rgb(112,157,134); }
H1.HeaderClassName
{
color: #709D86;
}
.AnyTagClassName
{
color: #709D86;
}
</style>
background-color css
<style>
a { background-color: #709D86; }
a { background-color: rgb(112,157,134); }
div.DivClassName
{
background-color: #709D86;
}
.BgClassName
{
background-color: #709D86;
}
</style>
border-color css
<style>
span { border-color: #709D86; }
span { border-color: rgb(112,157,134); }
td.TdClassName
{
border-color: #709D86;
}
.TagClassName
{
border-color: #709D86;
}
</style>