#70A690

Color #70A690 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #70A690

Tints of Acapulco #70A690

Color information

#70A690 (or 0x70A690) is unknown color: approx Acapulco. HEX triplet: 70, A6 and 90. RGB value is (112,166,144). Sum of RGB (Red+Green+Blue) = 112+166+144=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #70A690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A690 is #8F596F. Grayscale: #939393. Windows color (decimal): -9394544 or 9479792. OLE color: 9479792.

HSL color Cylindrical-coordinate representation of color #70A690: hue angle of 155.56º degrees, saturation: 0.23, 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 #70A690 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB112166144-
CMYK0.3300.130.35
HSL155.56º23.28%54.51%-
HSV(B)155.56º32.53%65.1%-
XYZ25.3532.7331.37-
YUV147.35126.11102.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 26.54%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=26.54%
G=39.34%
B=34.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121661440.3300.130.35155.5623.2854.51
Hex70A690210D239c1737
Octal16024622041015432342767
Binary11100001010011010010000100001011011000111001110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A690; }

 p { color: rgb(112,166,144); }

 H1.HeaderClassName
 {
   color: #70A690;
 }
 .AnyTagClassName
 {
   color: #70A690;
 }
</style>
background-color css

<style>
 a { background-color: #70A690; }

 a { background-color: rgb(112,166,144); }

 div.DivClassName
 {
   background-color: #70A690;
 }
 .BgClassName
 {
   background-color: #70A690;
 }
</style>
border-color css

<style>
 span { border-color: #70A690; }

 span { border-color: rgb(112,166,144); }

 td.TdClassName
 {
   border-color: #70A690;
 }
 .TagClassName
 {
   border-color: #70A690;
 }
</style>