Html Css Color HEX #70A194 Acapulco

📋 copy color: '#70A194'

red 112 ◦ green 161 ◦ blue 148

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

Shades of Acapulco #70A194

Tints of Acapulco #70A194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 26.6%
G = 38.24%
B = 35.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#70A194 (or 0x70A194) is known color: Acapulco. HEX triplet: 70, A1 and 94. RGB value is (112,161,148). Sum of RGB (Red+Green+Blue) = 112+161+148=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #70A194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A194 is #8F5E6B. Grayscale: #909090. Windows color (decimal): -9395820 or 9740656. OLE color: 9740656.

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

Color convert

RGB 112 161 148 -
CMYK 0.30 0 0.08 0.37
HSL 164.08º 0.21% 0.54% -
HSV(B) 164.08º 0.3% 0.63% -
XYZ 24.77 31.07 32.71 -
YUV 144.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 112 161 148 0.30 0 0.08 0.37 164.08 0.21 0.54
Hex 70 A1 94 1E 0 8 25 A4 15 36
Octal 160 241 224 36 0 10 45 244 25 66
Binary 1110000 10100001 10010100 11110 0 1000 100101 10100100 10101 110110

Color Harmonies of #70A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A194

Black with #70A194

Text Example


Text Example

White with #70A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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