Html Css Color HEX #70A488 Acapulco

📋 copy color: '#70A488'

red 112 ◦ green 164 ◦ blue 136

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

Shades of Acapulco #70A488

Tints of Acapulco #70A488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

 BLUE value IS 136 (53.52% from 255) = 33.01%

R = 27.18%
G = 39.81%
B = 33.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#70A488 (or 0x70A488) is known color: Acapulco. HEX triplet: 70, A4 and 88. RGB value is (112,164,136). Sum of RGB (Red+Green+Blue) = 112+164+136=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #70A488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A488 is #8F5B77. Grayscale: #919191. Windows color (decimal): -9395064 or 8954992. OLE color: 8954992.

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

Color convert

RGB 112 164 136 -
CMYK 0.32 0 0.17 0.36
HSL 147.69º 0.22% 0.54% -
HSV(B) 147.69º 0.32% 0.64% -
XYZ 24.4 31.77 28.14 -
YUV 145.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 112 164 136 0.32 0 0.17 0.36 147.69 0.22 0.54
Hex 70 A4 88 20 0 11 24 94 16 36
Octal 160 244 210 40 0 21 44 224 26 66
Binary 1110000 10100100 10001000 100000 0 10001 100100 10010100 10110 110110

Color Harmonies of #70A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A488

Black with #70A488

Text Example


Text Example

White with #70A488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,164,136); }

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

background-color css

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

 a { background-color: rgb(112,164,136); }

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

border-color css

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

 span { border-color: rgb(112,164,136); }

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