Html Css Color HEX #70B595 Acapulco

📋 copy color: '#70B595'

red 112 ◦ green 181 ◦ blue 149

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

Shades of Acapulco #70B595

Tints of Acapulco #70B595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 25.34%
G = 40.95%
B = 33.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#70B595 (or 0x70B595) is known color: Acapulco. HEX triplet: 70, B5 and 95. RGB value is (112,181,149). Sum of RGB (Red+Green+Blue) = 112+181+149=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #70B595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B595 is #8F4A6A. Grayscale: #9C9C9C. Windows color (decimal): -9390699 or 9811312. OLE color: 9811312.

HSL color Cylindrical-coordinate representation of color #70B595: hue angle of 152.17º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B595 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 149 -
CMYK 0.38 0 0.18 0.29
HSL 152.17º 0.32% 0.57% -
HSV(B) 152.17º 0.38% 0.71% -
XYZ 28.63 38.66 34.39 -
YUV 156.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 112 181 149 0.38 0 0.18 0.29 152.17 0.32 0.57
Hex 70 B5 95 26 0 12 1D 98 20 39
Octal 160 265 225 46 0 22 35 230 40 71
Binary 1110000 10110101 10010101 100110 0 10010 11101 10011000 100000 111001

Color Harmonies of #70B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B595

Black with #70B595

Text Example


Text Example

White with #70B595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,181,149); }

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

background-color css

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

 a { background-color: rgb(112,181,149); }

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

border-color css

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

 span { border-color: rgb(112,181,149); }

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