Html Css Color HEX #70AA98 Acapulco

📋 copy color: '#70AA98'

red 112 ◦ green 170 ◦ blue 152

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

Shades of Acapulco #70AA98

Tints of Acapulco #70AA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.02%

R = 25.81%
G = 39.17%
B = 35.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#70AA98 (or 0x70AA98) is known color: Acapulco. HEX triplet: 70, AA and 98. RGB value is (112,170,152). Sum of RGB (Red+Green+Blue) = 112+170+152=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA98 is #8F5567. Grayscale: #969696. Windows color (decimal): -9393512 or 10005104. OLE color: 10005104.

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

Color convert

RGB 112 170 152 -
CMYK 0.34 0 0.11 0.33
HSL 161.38º 0.25% 0.55% -
HSV(B) 161.38º 0.34% 0.67% -
XYZ 26.72 34.46 34.95 -
YUV 150.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 112 170 152 0.34 0 0.11 0.33 161.38 0.25 0.55
Hex 70 AA 98 22 0 B 21 A1 19 37
Octal 160 252 230 42 0 13 41 241 31 67
Binary 1110000 10101010 10011000 100010 0 1011 100001 10100001 11001 110111

Color Harmonies of #70AA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA98

Black with #70AA98

Text Example


Text Example

White with #70AA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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