Shades of Acapulco #70A78A
Tints of Acapulco #70A78A
RGB
CMYK
RGB Variations
Color information
#70A78A (or 0x70A78A) is known color: Acapulco. HEX triplet: 70, A7 and 8A. RGB value is (112,167,138). Sum of RGB (Red+Green+Blue) = 112+167+138=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 167 - color contains mainly: green. Hex color #70A78A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A78A is #8F5875. Grayscale: #939393. Windows color (decimal): -9394294 or 9086832. OLE color: 9086832.
HSL color Cylindrical-coordinate representation of color #70A78A: hue angle of 148.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A78A is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 167 | 138 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.35 |
| HSL | 148.36º | 0.24% | 0.55% | - |
| HSV(B) | 148.36º | 0.33% | 0.65% | - |
| XYZ | 25.09 | 32.92 | 29.08 | - |
| YUV | 147.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 138 | 0.33 | 0 | 0.17 | 0.35 | 148.36 | 0.24 | 0.55 |
| Hex | 70 | A7 | 8A | 21 | 0 | 11 | 23 | 94 | 18 | 37 |
| Octal | 160 | 247 | 212 | 41 | 0 | 21 | 43 | 224 | 30 | 67 |
| Binary | 1110000 | 10100111 | 10001010 | 100001 | 0 | 10001 | 100011 | 10010100 | 11000 | 110111 |
Color Harmonies of #70A78A
Complementary color
Monochromatic Colors of #70A78A
Black with #70A78A
Text Example
Text Example
White with #70A78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A78A; }
p { color: rgb(112,167,138); }
H1.HeaderClassName
{
color: #70A78A;
}
.AnyTagClassName
{
color: #70A78A;
}
</style>
background-color css
<style>
a { background-color: #70A78A; }
a { background-color: rgb(112,167,138); }
div.DivClassName
{
background-color: #70A78A;
}
.BgClassName
{
background-color: #70A78A;
}
</style>
border-color css
<style>
span { border-color: #70A78A; }
span { border-color: rgb(112,167,138); }
td.TdClassName
{
border-color: #70A78A;
}
.TagClassName
{
border-color: #70A78A;
}
</style>