#70A38C

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

Shades of Acapulco #70A38C

Tints of Acapulco #70A38C

Color information

#70A38C (or 0x70A38C) is unknown color: approx Acapulco. HEX triplet: 70, A3 and 8C. RGB value is (112,163,140). Sum of RGB (Red+Green+Blue) = 112+163+140=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #70A38C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A38C is #8F5C73. Grayscale: #919191. Windows color (decimal): -9395316 or 9216880. OLE color: 9216880.

HSL color Cylindrical-coordinate representation of color #70A38C: hue angle of 152.94º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A38C is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB112163140-
CMYK0.3100.140.36
HSL152.94º21.7%53.92%-
HSV(B)152.94º31.29%63.92%-
XYZ24.5131.5329.61-
YUV145.13125.1104.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=26.99%
G=39.28%
B=33.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121631400.3100.140.36152.9421.753.92
Hex70A38C1F0E24991636
Octal16024321437016442312666
Binary1110000101000111000110011111011101001001001100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,163,140); }

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

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

 a { background-color: rgb(112,163,140); }

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

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

 span { border-color: rgb(112,163,140); }

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