Html Css Color HEX #70B39C Acapulco

📋 copy color: '#70B39C'

red 112 ◦ green 179 ◦ blue 156

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

Shades of Acapulco #70B39C

Tints of Acapulco #70B39C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 25.06%
G = 40.04%
B = 34.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#70B39C (or 0x70B39C) is known color: Acapulco. HEX triplet: 70, B3 and 9C. RGB value is (112,179,156). Sum of RGB (Red+Green+Blue) = 112+179+156=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #70B39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B39C is #8F4C63. Grayscale: #9C9C9C. Windows color (decimal): -9391204 or 10269552. OLE color: 10269552.

HSL color Cylindrical-coordinate representation of color #70B39C: hue angle of 159.4º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B39C is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 156 -
CMYK 0.37 0 0.13 0.30
HSL 159.4º 0.31% 0.57% -
HSV(B) 159.4º 0.37% 0.7% -
XYZ 28.8 38.09 37.29 -
YUV 156.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 112 179 156 0.37 0 0.13 0.30 159.4 0.31 0.57
Hex 70 B3 9C 25 0 D 1E 9F 1F 39
Octal 160 263 234 45 0 15 36 237 37 71
Binary 1110000 10110011 10011100 100101 0 1101 11110 10011111 11111 111001

Color Harmonies of #70B39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B39C

Black with #70B39C

Text Example


Text Example

White with #70B39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,179,156); }

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

background-color css

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

 a { background-color: rgb(112,179,156); }

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

border-color css

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

 span { border-color: rgb(112,179,156); }

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