#70AC9A

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

Shades of Acapulco #70AC9A

Tints of Acapulco #70AC9A

Color information

#70AC9A (or 0x70AC9A) is unknown color: approx Acapulco. HEX triplet: 70, AC and 9A. RGB value is (112,172,154). Sum of RGB (Red+Green+Blue) = 112+172+154=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AC9A is #8F5365. Grayscale: #989898. Windows color (decimal): -9392998 or 10136688. OLE color: 10136688.

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

Color convert

RGB112172154-
CMYK0.3500.100.33
HSL162º26.55%55.69%-
HSV(B)162º34.88%67.45%-
XYZ27.2735.2835.94-
YUV152.01129.1299.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.57%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=25.57%
G=39.27%
B=35.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121721540.3500.100.3316226.5555.69
Hex70AC9A230A21a21b38
Octal16025423243012412423370
Binary11100001010110010011010100011010101000011010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,172,154); }

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

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

 a { background-color: rgb(112,172,154); }

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

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

 span { border-color: rgb(112,172,154); }

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