Html Css Color HEX #70A291 Acapulco

📋 copy color: '#70A291'

red 112 ◦ green 162 ◦ blue 145

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

Shades of Acapulco #70A291

Tints of Acapulco #70A291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

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

R = 26.73%
G = 38.66%
B = 34.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#70A291 (or 0x70A291) is known color: Acapulco. HEX triplet: 70, A2 and 91. RGB value is (112,162,145). Sum of RGB (Red+Green+Blue) = 112+162+145=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #70A291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A291 is #8F5D6E. Grayscale: #919191. Windows color (decimal): -9395567 or 9544304. OLE color: 9544304.

HSL color Cylindrical-coordinate representation of color #70A291: hue angle of 159.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A291 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 162 145 -
CMYK 0.31 0 0.10 0.36
HSL 159.6º 0.21% 0.54% -
HSV(B) 159.6º 0.31% 0.64% -
XYZ 24.71 31.33 31.53 -
YUV 145.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 112 162 145 0.31 0 0.10 0.36 159.6 0.21 0.54
Hex 70 A2 91 1F 0 A 24 A0 15 36
Octal 160 242 221 37 0 12 44 240 25 66
Binary 1110000 10100010 10010001 11111 0 1010 100100 10100000 10101 110110

Color Harmonies of #70A291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A291

Black with #70A291

Text Example


Text Example

White with #70A291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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