Html Css Color HEX #70A58C Acapulco

📋 copy color: '#70A58C'

red 112 ◦ green 165 ◦ blue 140

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

Shades of Acapulco #70A58C

Tints of Acapulco #70A58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 26.86%
G = 39.57%
B = 33.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#70A58C (or 0x70A58C) is known color: Acapulco. HEX triplet: 70, A5 and 8C. RGB value is (112,165,140). Sum of RGB (Red+Green+Blue) = 112+165+140=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #70A58C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A58C is #8F5A73. Grayscale: #929292. Windows color (decimal): -9394804 or 9217392. OLE color: 9217392.

HSL color Cylindrical-coordinate representation of color #70A58C: hue angle of 151.7º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A58C is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 165 140 -
CMYK 0.32 0 0.15 0.35
HSL 151.7º 0.23% 0.54% -
HSV(B) 151.7º 0.32% 0.65% -
XYZ 24.87 32.25 29.72 -
YUV 146.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 112 165 140 0.32 0 0.15 0.35 151.7 0.23 0.54
Hex 70 A5 8C 20 0 F 23 98 17 36
Octal 160 245 214 40 0 17 43 230 27 66
Binary 1110000 10100101 10001100 100000 0 1111 100011 10011000 10111 110110

Color Harmonies of #70A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A58C

Black with #70A58C

Text Example


Text Example

White with #70A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,165,140); }

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

background-color css

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

 a { background-color: rgb(112,165,140); }

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

border-color css

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

 span { border-color: rgb(112,165,140); }

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