Html Css Color HEX #70B696 Acapulco

📋 copy color: '#70B696'

red 112 ◦ green 182 ◦ blue 150

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

Shades of Acapulco #70B696

Tints of Acapulco #70B696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

 BLUE value IS 150 (58.98% from 255) = 33.78%

R = 25.23%
G = 40.99%
B = 33.78%

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

#70B696 (or 0x70B696) is known color: Acapulco. HEX triplet: 70, B6 and 96. RGB value is (112,182,150). Sum of RGB (Red+Green+Blue) = 112+182+150=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #70B696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B696 is #8F4969. Grayscale: #9D9D9D. Windows color (decimal): -9390442 or 9877104. OLE color: 9877104.

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

Color convert

RGB 112 182 150 -
CMYK 0.38 0 0.18 0.29
HSL 152.57º 0.32% 0.58% -
HSV(B) 152.57º 0.38% 0.71% -
XYZ 28.92 39.1 34.88 -
YUV 157.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 112 182 150 0.38 0 0.18 0.29 152.57 0.32 0.58
Hex 70 B6 96 26 0 12 1D 99 20 3A
Octal 160 266 226 46 0 22 35 231 40 72
Binary 1110000 10110110 10010110 100110 0 10010 11101 10011001 100000 111010

Color Harmonies of #70B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B696

Black with #70B696

Text Example


Text Example

White with #70B696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,182,150); }

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

background-color css

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

 a { background-color: rgb(112,182,150); }

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

border-color css

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

 span { border-color: rgb(112,182,150); }

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