#70A38A

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

Shades of Acapulco #70A38A

Tints of Acapulco #70A38A

Color information

#70A38A (or 0x70A38A) is unknown color: approx Acapulco. HEX triplet: 70, A3 and 8A. RGB value is (112,163,138). Sum of RGB (Red+Green+Blue) = 112+163+138=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 163 - color contains mainly: green. Hex color #70A38A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A38A is #8F5C75. Grayscale: #909090. Windows color (decimal): -9395318 or 9085808. OLE color: 9085808.

HSL color Cylindrical-coordinate representation of color #70A38A: hue angle of 150.59º 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 #70A38A is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB112163138-
CMYK0.3100.150.36
HSL150.59º21.7%53.92%-
HSV(B)150.59º31.29%63.92%-
XYZ24.3731.4728.84-
YUV144.9124.1104.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 163 (64.06% from 255) = 39.47%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=27.12%
G=39.47%
B=33.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121631380.3100.150.36150.5921.753.92
Hex70A38A1F0F24971636
Octal16024321237017442272666
Binary1110000101000111000101011111011111001001001011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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