Html Css Color HEX #70B393 Acapulco

📋 copy color: '#70B393'

red 112 ◦ green 179 ◦ blue 147

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

Shades of Acapulco #70B393

Tints of Acapulco #70B393

RGB

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

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

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

R = 25.57%
G = 40.87%
B = 33.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#70B393 (or 0x70B393) is known color: Acapulco. HEX triplet: 70, B3 and 93. RGB value is (112,179,147). Sum of RGB (Red+Green+Blue) = 112+179+147=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #70B393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B393 is #8F4C6C. Grayscale: #9B9B9B. Windows color (decimal): -9391213 or 9679728. OLE color: 9679728.

HSL color Cylindrical-coordinate representation of color #70B393: hue angle of 151.34º 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 #70B393 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 147 -
CMYK 0.37 0 0.18 0.30
HSL 151.34º 0.31% 0.57% -
HSV(B) 151.34º 0.37% 0.7% -
XYZ 28.07 37.79 33.42 -
YUV 155.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 112 179 147 0.37 0 0.18 0.30 151.34 0.31 0.57
Hex 70 B3 93 25 0 12 1E 97 1F 39
Octal 160 263 223 45 0 22 36 227 37 71
Binary 1110000 10110011 10010011 100101 0 10010 11110 10010111 11111 111001

Color Harmonies of #70B393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B393

Black with #70B393

Text Example


Text Example

White with #70B393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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