#70AF96

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

Shades of Acapulco #70AF96

Tints of Acapulco #70AF96

Color information

#70AF96 (or 0x70AF96) is unknown color: approx Acapulco. HEX triplet: 70, AF and 96. RGB value is (112,175,150). Sum of RGB (Red+Green+Blue) = 112+175+150=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF96 is #8F5069. Grayscale: #999999. Windows color (decimal): -9392234 or 9875312. OLE color: 9875312.

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

Color convert

RGB112175150-
CMYK0.3600.140.31
HSL156.19º28.25%56.27%-
HSV(B)156.19º36%68.63%-
XYZ27.5236.3134.41-
YUV153.31126.1398.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=25.63%
G=40.05%
B=34.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751500.3600.140.31156.1928.2556.27
Hex70AF96240E1F9c1c38
Octal16025722644016372343470
Binary1110000101011111001011010010001110111111001110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,175,150); }

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

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

 a { background-color: rgb(112,175,150); }

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

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

 span { border-color: rgb(112,175,150); }

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