Html Css Color HEX #70A392 Acapulco

📋 copy color: '#70A392'

red 112 ◦ green 163 ◦ blue 146

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

Shades of Acapulco #70A392

Tints of Acapulco #70A392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 26.6%
G = 38.72%
B = 34.68%

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

#70A392 (or 0x70A392) is known color: Acapulco. HEX triplet: 70, A3 and 92. RGB value is (112,163,146). Sum of RGB (Red+Green+Blue) = 112+163+146=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 163 - color contains mainly: green. Hex color #70A392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A392 is #8F5C6D. Grayscale: #919191. Windows color (decimal): -9395310 or 9610096. OLE color: 9610096.

HSL color Cylindrical-coordinate representation of color #70A392: hue angle of 160º degrees, saturation: 0.22, 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 #70A392 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 163 146 -
CMYK 0.31 0 0.10 0.36
HSL 160º 0.22% 0.54% -
HSV(B) 160º 0.31% 0.64% -
XYZ 24.97 31.71 32 -
YUV 145.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 112 163 146 0.31 0 0.10 0.36 160 0.22 0.54
Hex 70 A3 92 1F 0 A 24 A0 16 36
Octal 160 243 222 37 0 12 44 240 26 66
Binary 1110000 10100011 10010010 11111 0 1010 100100 10100000 10110 110110

Color Harmonies of #70A392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A392

Black with #70A392

Text Example


Text Example

White with #70A392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,163,146); }

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

background-color css

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

 a { background-color: rgb(112,163,146); }

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

border-color css

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

 span { border-color: rgb(112,163,146); }

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