Html Css Color HEX #70AA99 Acapulco

📋 copy color: '#70AA99'

red 112 ◦ green 170 ◦ blue 153

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

Shades of Acapulco #70AA99

Tints of Acapulco #70AA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 25.75%
G = 39.08%
B = 35.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#70AA99 (or 0x70AA99) is known color: Acapulco. HEX triplet: 70, AA and 99. RGB value is (112,170,153). Sum of RGB (Red+Green+Blue) = 112+170+153=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA99 is #8F5566. Grayscale: #969696. Windows color (decimal): -9393511 or 10070640. OLE color: 10070640.

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

Color convert

RGB 112 170 153 -
CMYK 0.34 0 0.1 0.33
HSL 162.41º 0.25% 0.55% -
HSV(B) 162.41º 0.34% 0.67% -
XYZ 26.81 34.49 35.38 -
YUV 150.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 112 170 153 0.34 0 0.1 0.33 162.41 0.25 0.55
Hex 70 AA 99 22 0 A 21 A2 19 37
Octal 160 252 231 42 0 12 41 242 31 67
Binary 1110000 10101010 10011001 100010 0 1010 100001 10100010 11001 110111

Color Harmonies of #70AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA99

Black with #70AA99

Text Example


Text Example

White with #70AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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