Html Css Color HEX #70AA90 Acapulco

📋 copy color: '#70AA90'

red 112 ◦ green 170 ◦ blue 144

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

Shades of Acapulco #70AA90

Tints of Acapulco #70AA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.91%

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

R = 26.29%
G = 39.91%
B = 33.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#70AA90 (or 0x70AA90) is known color: Acapulco. HEX triplet: 70, AA and 90. RGB value is (112,170,144). Sum of RGB (Red+Green+Blue) = 112+170+144=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA90 is #8F556F. Grayscale: #959595. Windows color (decimal): -9393520 or 9480816. OLE color: 9480816.

HSL color Cylindrical-coordinate representation of color #70AA90: hue angle of 153.1º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA90 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 170 144 -
CMYK 0.34 0 0.15 0.33
HSL 153.1º 0.25% 0.55% -
HSV(B) 153.1º 0.34% 0.67% -
XYZ 26.09 34.21 31.61 -
YUV 149.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 112 170 144 0.34 0 0.15 0.33 153.1 0.25 0.55
Hex 70 AA 90 22 0 F 21 99 19 37
Octal 160 252 220 42 0 17 41 231 31 67
Binary 1110000 10101010 10010000 100010 0 1111 100001 10011001 11001 110111

Color Harmonies of #70AA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA90

Black with #70AA90

Text Example


Text Example

White with #70AA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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