Html Css Color HEX #70AC90 Acapulco

📋 copy color: '#70AC90'

red 112 ◦ green 172 ◦ blue 144

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

Shades of Acapulco #70AC90

Tints of Acapulco #70AC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.19%

 BLUE value IS 144 (56.64% from 255) = 33.64%

R = 26.17%
G = 40.19%
B = 33.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#70AC90 (or 0x70AC90) is known color: Acapulco. HEX triplet: 70, AC and 90. RGB value is (112,172,144). Sum of RGB (Red+Green+Blue) = 112+172+144=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AC90 is #8F536F. Grayscale: #969696. Windows color (decimal): -9393008 or 9481328. OLE color: 9481328.

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

Color convert

RGB 112 172 144 -
CMYK 0.35 0 0.16 0.33
HSL 152º 0.27% 0.56% -
HSV(B) 152º 0.35% 0.67% -
XYZ 26.47 34.96 31.74 -
YUV 150.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 112 172 144 0.35 0 0.16 0.33 152 0.27 0.56
Hex 70 AC 90 23 0 10 21 98 1B 38
Octal 160 254 220 43 0 20 41 230 33 70
Binary 1110000 10101100 10010000 100011 0 10000 100001 10011000 11011 111000

Color Harmonies of #70AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC90

Black with #70AC90

Text Example


Text Example

White with #70AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,144); }

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

background-color css

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

 a { background-color: rgb(112,172,144); }

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

border-color css

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

 span { border-color: rgb(112,172,144); }

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