Html Css Color HEX #70A791 Acapulco

📋 copy color: '#70A791'

red 112 ◦ green 167 ◦ blue 145

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

Shades of Acapulco #70A791

Tints of Acapulco #70A791

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.39%

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 26.42%
G = 39.39%
B = 34.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#70A791 (or 0x70A791) is known color: Acapulco. HEX triplet: 70, A7 and 91. RGB value is (112,167,145). Sum of RGB (Red+Green+Blue) = 112+167+145=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 167 - color contains mainly: green. Hex color #70A791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A791 is #8F586E. Grayscale: #949494. Windows color (decimal): -9394287 or 9545584. OLE color: 9545584.

HSL color Cylindrical-coordinate representation of color #70A791: hue angle of 156º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A791 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 167 145 -
CMYK 0.33 0 0.13 0.35
HSL 156º 0.24% 0.55% -
HSV(B) 156º 0.33% 0.65% -
XYZ 25.61 33.13 31.83 -
YUV 148.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 112 167 145 0.33 0 0.13 0.35 156 0.24 0.55
Hex 70 A7 91 21 0 D 23 9C 18 37
Octal 160 247 221 41 0 15 43 234 30 67
Binary 1110000 10100111 10010001 100001 0 1101 100011 10011100 11000 110111

Color Harmonies of #70A791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A791

Black with #70A791

Text Example


Text Example

White with #70A791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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