#70A191

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

Shades of Acapulco #70A191

Tints of Acapulco #70A191

Color information

#70A191 (or 0x70A191) is unknown color: approx Acapulco. HEX triplet: 70, A1 and 91. RGB value is (112,161,145). Sum of RGB (Red+Green+Blue) = 112+161+145=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #70A191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A191 is #8F5E6E. Grayscale: #909090. Windows color (decimal): -9395823 or 9544048. OLE color: 9544048.

HSL color Cylindrical-coordinate representation of color #70A191: hue angle of 160.41º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A191 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB112161145-
CMYK0.3000.100.37
HSL160.41º20.68%53.53%-
HSV(B)160.41º30.43%63.14%-
XYZ24.5430.9831.47-
YUV144.52128.27104.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=26.79%
G=38.52%
B=34.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121611450.3000.100.37160.4120.6853.53
Hex70A1911E0A25a01536
Octal16024122136012452402566
Binary1110000101000011001000111110010101001011010000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,161,145); }

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

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

 a { background-color: rgb(112,161,145); }

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

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

 span { border-color: rgb(112,161,145); }

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