Shades of Acapulco #70AB92
Tints of Acapulco #70AB92
RGB
CMYK
RGB Variations
Color information
#70AB92 (or 0x70AB92) is known color: Acapulco. HEX triplet: 70, AB and 92. RGB value is (112,171,146). Sum of RGB (Red+Green+Blue) = 112+171+146=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB92 is #8F546D. Grayscale: #969696. Windows color (decimal): -9393262 or 9612144. OLE color: 9612144.
HSL color Cylindrical-coordinate representation of color #70AB92: hue angle of 154.58º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AB92 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 146 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.33 |
| HSL | 154.58º | 0.26% | 0.55% | - |
| HSV(B) | 154.58º | 0.35% | 0.67% | - |
| XYZ | 26.43 | 34.65 | 32.49 | - |
| YUV | 150.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 146 | 0.35 | 0 | 0.15 | 0.33 | 154.58 | 0.26 | 0.55 |
| Hex | 70 | AB | 92 | 23 | 0 | F | 21 | 9B | 1A | 37 |
| Octal | 160 | 253 | 222 | 43 | 0 | 17 | 41 | 233 | 32 | 67 |
| Binary | 1110000 | 10101011 | 10010010 | 100011 | 0 | 1111 | 100001 | 10011011 | 11010 | 110111 |
Color Harmonies of #70AB92
Complementary color
Monochromatic Colors of #70AB92
Black with #70AB92
Text Example
Text Example
White with #70AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB92; }
p { color: rgb(112,171,146); }
H1.HeaderClassName
{
color: #70AB92;
}
.AnyTagClassName
{
color: #70AB92;
}
</style>
background-color css
<style>
a { background-color: #70AB92; }
a { background-color: rgb(112,171,146); }
div.DivClassName
{
background-color: #70AB92;
}
.BgClassName
{
background-color: #70AB92;
}
</style>
border-color css
<style>
span { border-color: #70AB92; }
span { border-color: rgb(112,171,146); }
td.TdClassName
{
border-color: #70AB92;
}
.TagClassName
{
border-color: #70AB92;
}
</style>