#70AF95

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

Shades of Acapulco #70AF95

Tints of Acapulco #70AF95

Color information

#70AF95 (or 0x70AF95) is unknown color: approx Acapulco. HEX triplet: 70, AF and 95. RGB value is (112,175,149). Sum of RGB (Red+Green+Blue) = 112+175+149=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF95 is #8F506A. Grayscale: #999999. Windows color (decimal): -9392235 or 9809776. OLE color: 9809776.

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

Color convert

RGB112175149-
CMYK0.3600.150.31
HSL155.24º28.25%56.27%-
HSV(B)155.24º36%68.63%-
XYZ27.4436.2733.99-
YUV153.2125.6398.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=25.69%
G=40.14%
B=34.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751490.3600.150.31155.2428.2556.27
Hex70AF95240F1F9b1c38
Octal16025722544017372333470
Binary1110000101011111001010110010001111111111001101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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