Html Css Color HEX #70AA8A Acapulco

📋 copy color: '#70AA8A'

red 112 ◦ green 170 ◦ blue 138

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

Shades of Acapulco #70AA8A

Tints of Acapulco #70AA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 26.67%
G = 40.48%
B = 32.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#70AA8A (or 0x70AA8A) is known color: Acapulco. HEX triplet: 70, AA and 8A. RGB value is (112,170,138). Sum of RGB (Red+Green+Blue) = 112+170+138=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA8A is #8F5575. Grayscale: #959595. Windows color (decimal): -9393526 or 9087600. OLE color: 9087600.

HSL color Cylindrical-coordinate representation of color #70AA8A: hue angle of 146.9º 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 #70AA8A is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 170 138 -
CMYK 0.34 0 0.19 0.33
HSL 146.9º 0.25% 0.55% -
HSV(B) 146.9º 0.34% 0.67% -
XYZ 25.64 34.03 29.26 -
YUV 149.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 112 170 138 0.34 0 0.19 0.33 146.9 0.25 0.55
Hex 70 AA 8A 22 0 13 21 93 19 37
Octal 160 252 212 42 0 23 41 223 31 67
Binary 1110000 10101010 10001010 100010 0 10011 100001 10010011 11001 110111

Color Harmonies of #70AA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA8A

Black with #70AA8A

Text Example


Text Example

White with #70AA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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