Shades of Acapulco #70BA9D
Tints of Acapulco #70BA9D
RGB
CMYK
RGB Variations
Color information
#70BA9D (or 0x70BA9D) is known color: Acapulco. HEX triplet: 70, BA and 9D. RGB value is (112,186,157). Sum of RGB (Red+Green+Blue) = 112+186+157=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BA9D is #8F4562. Grayscale: #A0A0A0. Windows color (decimal): -9389411 or 10336880. OLE color: 10336880.
HSL color Cylindrical-coordinate representation of color #70BA9D: hue angle of 156.49º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA9D is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 157 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.27 |
| HSL | 156.49º | 0.35% | 0.58% | - |
| HSV(B) | 156.49º | 0.4% | 0.73% | - |
| XYZ | 30.33 | 41 | 38.21 | - |
| YUV | 160.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 157 | 0.40 | 0 | 0.16 | 0.27 | 156.49 | 0.35 | 0.58 |
| Hex | 70 | BA | 9D | 28 | 0 | 10 | 1B | 9C | 23 | 3A |
| Octal | 160 | 272 | 235 | 50 | 0 | 20 | 33 | 234 | 43 | 72 |
| Binary | 1110000 | 10111010 | 10011101 | 101000 | 0 | 10000 | 11011 | 10011100 | 100011 | 111010 |
Color Harmonies of #70BA9D
Complementary color
Monochromatic Colors of #70BA9D
Black with #70BA9D
Text Example
Text Example
White with #70BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA9D; }
p { color: rgb(112,186,157); }
H1.HeaderClassName
{
color: #70BA9D;
}
.AnyTagClassName
{
color: #70BA9D;
}
</style>
background-color css
<style>
a { background-color: #70BA9D; }
a { background-color: rgb(112,186,157); }
div.DivClassName
{
background-color: #70BA9D;
}
.BgClassName
{
background-color: #70BA9D;
}
</style>
border-color css
<style>
span { border-color: #70BA9D; }
span { border-color: rgb(112,186,157); }
td.TdClassName
{
border-color: #70BA9D;
}
.TagClassName
{
border-color: #70BA9D;
}
</style>