Html Css Color HEX #70A196 Acapulco

📋 copy color: '#70A196'

red 112 ◦ green 161 ◦ blue 150

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

Shades of Acapulco #70A196

Tints of Acapulco #70A196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 26.48%
G = 38.06%
B = 35.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#70A196 (or 0x70A196) is known color: Acapulco. HEX triplet: 70, A1 and 96. RGB value is (112,161,150). Sum of RGB (Red+Green+Blue) = 112+161+150=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #70A196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A196 is #8F5E69. Grayscale: #919191. Windows color (decimal): -9395818 or 9871728. OLE color: 9871728.

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

Color convert

RGB 112 161 150 -
CMYK 0.30 0 0.07 0.37
HSL 166.53º 0.21% 0.54% -
HSV(B) 166.53º 0.3% 0.63% -
XYZ 24.93 31.14 33.55 -
YUV 145.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 112 161 150 0.30 0 0.07 0.37 166.53 0.21 0.54
Hex 70 A1 96 1E 0 7 25 A7 15 36
Octal 160 241 226 36 0 7 45 247 25 66
Binary 1110000 10100001 10010110 11110 0 111 100101 10100111 10101 110110

Color Harmonies of #70A196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A196

Black with #70A196

Text Example


Text Example

White with #70A196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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