Shades of Acapulco #70AF9A
Tints of Acapulco #70AF9A
RGB
CMYK
RGB Variations
Color information
#70AF9A (or 0x70AF9A) is known color: Acapulco. HEX triplet: 70, AF and 9A. RGB value is (112,175,154). Sum of RGB (Red+Green+Blue) = 112+175+154=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF9A is #8F5065. Grayscale: #999999. Windows color (decimal): -9392230 or 10137456. OLE color: 10137456.
HSL color Cylindrical-coordinate representation of color #70AF9A: hue angle of 160º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AF9A is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 154 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.31 |
| HSL | 160º | 0.28% | 0.56% | - |
| HSV(B) | 160º | 0.36% | 0.69% | - |
| XYZ | 27.84 | 36.44 | 36.14 | - |
| YUV | 153.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 154 | 0.36 | 0 | 0.12 | 0.31 | 160 | 0.28 | 0.56 |
| Hex | 70 | AF | 9A | 24 | 0 | C | 1F | A0 | 1C | 38 |
| Octal | 160 | 257 | 232 | 44 | 0 | 14 | 37 | 240 | 34 | 70 |
| Binary | 1110000 | 10101111 | 10011010 | 100100 | 0 | 1100 | 11111 | 10100000 | 11100 | 111000 |
Color Harmonies of #70AF9A
Complementary color
Monochromatic Colors of #70AF9A
Black with #70AF9A
Text Example
Text Example
White with #70AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF9A; }
p { color: rgb(112,175,154); }
H1.HeaderClassName
{
color: #70AF9A;
}
.AnyTagClassName
{
color: #70AF9A;
}
</style>
background-color css
<style>
a { background-color: #70AF9A; }
a { background-color: rgb(112,175,154); }
div.DivClassName
{
background-color: #70AF9A;
}
.BgClassName
{
background-color: #70AF9A;
}
</style>
border-color css
<style>
span { border-color: #70AF9A; }
span { border-color: rgb(112,175,154); }
td.TdClassName
{
border-color: #70AF9A;
}
.TagClassName
{
border-color: #70AF9A;
}
</style>