Html Css Color HEX #70A189 Acapulco

📋 copy color: '#70A189'

red 112 ◦ green 161 ◦ blue 137

#70A189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #70A189

Tints of Acapulco #70A189

RGB

 RED value IS 112 (44.14% from 255) = 27.32%

 GREEN value IS 161 (63.28% from 255) = 39.27%

 BLUE value IS 137 (53.91% from 255) = 33.41%

R = 27.32%
G = 39.27%
B = 33.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#70A189 (or 0x70A189) is known color: Acapulco. HEX triplet: 70, A1 and 89. RGB value is (112,161,137). Sum of RGB (Red+Green+Blue) = 112+161+137=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #70A189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A189 is #8F5E76. Grayscale: #8F8F8F. Windows color (decimal): -9395831 or 9019760. OLE color: 9019760.

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

Color convert

RGB 112 161 137 -
CMYK 0.30 0 0.15 0.37
HSL 150.61º 0.21% 0.54% -
HSV(B) 150.61º 0.3% 0.63% -
XYZ 23.94 30.74 28.34 -
YUV 143.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 112 161 137 0.30 0 0.15 0.37 150.61 0.21 0.54
Hex 70 A1 89 1E 0 F 25 97 15 36
Octal 160 241 211 36 0 17 45 227 25 66
Binary 1110000 10100001 10001001 11110 0 1111 100101 10010111 10101 110110

Color Harmonies of #70A189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A189

Black with #70A189

Text Example


Text Example

White with #70A189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70A189;
 }
 .AnyTagClassName
 {
   color: #70A189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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