Shades of Acapulco #709F90
Tints of Acapulco #709F90
RGB
CMYK
RGB Variations
Color information
#709F90 (or 0x709F90) is known color: Acapulco. HEX triplet: 70, 9F and 90. RGB value is (112,159,144). Sum of RGB (Red+Green+Blue) = 112+159+144=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 159 - color contains mainly: green. Hex color #709F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709F90 is #8F606F. Grayscale: #8F8F8F. Windows color (decimal): -9396336 or 9478000. OLE color: 9478000.
HSL color Cylindrical-coordinate representation of color #709F90: hue angle of 160.85º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709F90 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 144 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.38 |
| HSL | 160.85º | 0.2% | 0.53% | - |
| HSV(B) | 160.85º | 0.3% | 0.62% | - |
| XYZ | 24.11 | 30.25 | 30.95 | - |
| YUV | 143.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 144 | 0.30 | 0 | 0.09 | 0.38 | 160.85 | 0.2 | 0.53 |
| Hex | 70 | 9F | 90 | 1E | 0 | 9 | 26 | A1 | 14 | 35 |
| Octal | 160 | 237 | 220 | 36 | 0 | 11 | 46 | 241 | 24 | 65 |
| Binary | 1110000 | 10011111 | 10010000 | 11110 | 0 | 1001 | 100110 | 10100001 | 10100 | 110101 |
Color Harmonies of #709F90
Complementary color
Monochromatic Colors of #709F90
Black with #709F90
Text Example
Text Example
White with #709F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F90; }
p { color: rgb(112,159,144); }
H1.HeaderClassName
{
color: #709F90;
}
.AnyTagClassName
{
color: #709F90;
}
</style>
background-color css
<style>
a { background-color: #709F90; }
a { background-color: rgb(112,159,144); }
div.DivClassName
{
background-color: #709F90;
}
.BgClassName
{
background-color: #709F90;
}
</style>
border-color css
<style>
span { border-color: #709F90; }
span { border-color: rgb(112,159,144); }
td.TdClassName
{
border-color: #709F90;
}
.TagClassName
{
border-color: #709F90;
}
</style>