#70AD95

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

Shades of Acapulco #70AD95

Tints of Acapulco #70AD95

Color information

#70AD95 (or 0x70AD95) is unknown color: approx Acapulco. HEX triplet: 70, AD and 95. RGB value is (112,173,149). Sum of RGB (Red+Green+Blue) = 112+173+149=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AD95 is #8F526A. Grayscale: #989898. Windows color (decimal): -9392747 or 9809264. OLE color: 9809264.

HSL color Cylindrical-coordinate representation of color #70AD95: hue angle of 156.39º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AD95 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB112173149-
CMYK0.3500.140.32
HSL156.39º27.11%55.88%-
HSV(B)156.39º35.26%67.84%-
XYZ27.0535.533.86-
YUV152.02126.2999.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=25.81%
G=39.86%
B=34.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121731490.3500.140.32156.3927.1155.88
Hex70AD95230E209c1b38
Octal16025522543016402343370
Binary11100001010110110010101100011011101000001001110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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