#70B39E

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

Shades of Acapulco #70B39E

Tints of Acapulco #70B39E

Color information

#70B39E (or 0x70B39E) is unknown color: approx Acapulco. HEX triplet: 70, B3 and 9E. RGB value is (112,179,158). Sum of RGB (Red+Green+Blue) = 112+179+158=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #70B39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B39E is #8F4C61. Grayscale: #9C9C9C. Windows color (decimal): -9391202 or 10400624. OLE color: 10400624.

HSL color Cylindrical-coordinate representation of color #70B39E: hue angle of 161.19º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B39E is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB112179158-
CMYK0.3700.120.30
HSL161.19º30.59%57.06%-
HSV(B)161.19º37.43%70.2%-
XYZ28.9738.1538.19-
YUV156.57128.896.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=24.94%
G=39.87%
B=35.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121791580.3700.120.30161.1930.5957.06
Hex70B39E250C1Ea11f39
Octal16026323645014362413771
Binary1110000101100111001111010010101100111101010000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,179,158); }

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

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

 a { background-color: rgb(112,179,158); }

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

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

 span { border-color: rgb(112,179,158); }

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