Html Css Color HEX #70AD91 Acapulco

📋 copy color: '#70AD91'

red 112 ◦ green 173 ◦ blue 145

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

Shades of Acapulco #70AD91

Tints of Acapulco #70AD91

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.23%

 BLUE value IS 145 (57.03% from 255) = 33.72%

R = 26.05%
G = 40.23%
B = 33.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#70AD91 (or 0x70AD91) is known color: Acapulco. HEX triplet: 70, AD and 91. RGB value is (112,173,145). Sum of RGB (Red+Green+Blue) = 112+173+145=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AD91 is #8F526E. Grayscale: #979797. Windows color (decimal): -9392751 or 9547120. OLE color: 9547120.

HSL color Cylindrical-coordinate representation of color #70AD91: hue angle of 152.46º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AD91 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 173 145 -
CMYK 0.35 0 0.16 0.32
HSL 152.46º 0.27% 0.56% -
HSV(B) 152.46º 0.35% 0.68% -
XYZ 26.74 35.38 32.21 -
YUV 151.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 112 173 145 0.35 0 0.16 0.32 152.46 0.27 0.56
Hex 70 AD 91 23 0 10 20 98 1B 38
Octal 160 255 221 43 0 20 40 230 33 70
Binary 1110000 10101101 10010001 100011 0 10000 100000 10011000 11011 111000

Color Harmonies of #70AD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AD91

Black with #70AD91

Text Example


Text Example

White with #70AD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,173,145); }

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

background-color css

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

 a { background-color: rgb(112,173,145); }

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

border-color css

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

 span { border-color: rgb(112,173,145); }

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