Html Css Color HEX #70A393 Acapulco

📋 copy color: '#70A393'

red 112 ◦ green 163 ◦ blue 147

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

Shades of Acapulco #70A393

Tints of Acapulco #70A393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 26.54%
G = 38.63%
B = 34.83%

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

#70A393 (or 0x70A393) is known color: Acapulco. HEX triplet: 70, A3 and 93. RGB value is (112,163,147). Sum of RGB (Red+Green+Blue) = 112+163+147=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #70A393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A393 is #8F5C6C. Grayscale: #919191. Windows color (decimal): -9395309 or 9675632. OLE color: 9675632.

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

Color convert

RGB 112 163 147 -
CMYK 0.31 0 0.10 0.36
HSL 161.18º 0.22% 0.54% -
HSV(B) 161.18º 0.31% 0.64% -
XYZ 25.05 31.75 32.41 -
YUV 145.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 112 163 147 0.31 0 0.10 0.36 161.18 0.22 0.54
Hex 70 A3 93 1F 0 A 24 A1 16 36
Octal 160 243 223 37 0 12 44 241 26 66
Binary 1110000 10100011 10010011 11111 0 1010 100100 10100001 10110 110110

Color Harmonies of #70A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A393

Black with #70A393

Text Example


Text Example

White with #70A393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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