Shades of Acapulco #70AB91
Tints of Acapulco #70AB91
RGB
CMYK
RGB Variations
Color information
#70AB91 (or 0x70AB91) is known color: Acapulco. HEX triplet: 70, AB and 91. RGB value is (112,171,145). Sum of RGB (Red+Green+Blue) = 112+171+145=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB91 is #8F546E. Grayscale: #969696. Windows color (decimal): -9393263 or 9546608. OLE color: 9546608.
HSL color Cylindrical-coordinate representation of color #70AB91: hue angle of 153.56º 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 #70AB91 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 145 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.33 |
| HSL | 153.56º | 0.26% | 0.55% | - |
| HSV(B) | 153.56º | 0.35% | 0.67% | - |
| XYZ | 26.36 | 34.61 | 32.08 | - |
| YUV | 150.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 145 | 0.35 | 0 | 0.15 | 0.33 | 153.56 | 0.26 | 0.55 |
| Hex | 70 | AB | 91 | 23 | 0 | F | 21 | 9A | 1A | 37 |
| Octal | 160 | 253 | 221 | 43 | 0 | 17 | 41 | 232 | 32 | 67 |
| Binary | 1110000 | 10101011 | 10010001 | 100011 | 0 | 1111 | 100001 | 10011010 | 11010 | 110111 |
Color Harmonies of #70AB91
Complementary color
Monochromatic Colors of #70AB91
Black with #70AB91
Text Example
Text Example
White with #70AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB91; }
p { color: rgb(112,171,145); }
H1.HeaderClassName
{
color: #70AB91;
}
.AnyTagClassName
{
color: #70AB91;
}
</style>
background-color css
<style>
a { background-color: #70AB91; }
a { background-color: rgb(112,171,145); }
div.DivClassName
{
background-color: #70AB91;
}
.BgClassName
{
background-color: #70AB91;
}
</style>
border-color css
<style>
span { border-color: #70AB91; }
span { border-color: rgb(112,171,145); }
td.TdClassName
{
border-color: #70AB91;
}
.TagClassName
{
border-color: #70AB91;
}
</style>