Html Css Color HEX #70A398 Acapulco

📋 copy color: '#70A398'

red 112 ◦ green 163 ◦ blue 152

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

Shades of Acapulco #70A398

Tints of Acapulco #70A398

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.17%

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

R = 26.23%
G = 38.17%
B = 35.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#70A398 (or 0x70A398) is known color: Acapulco. HEX triplet: 70, A3 and 98. RGB value is (112,163,152). Sum of RGB (Red+Green+Blue) = 112+163+152=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 163 - color contains mainly: green. Hex color #70A398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A398 is #8F5C67. Grayscale: #929292. Windows color (decimal): -9395304 or 10003312. OLE color: 10003312.

HSL color Cylindrical-coordinate representation of color #70A398: hue angle of 167.06º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A398 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 163 152 -
CMYK 0.31 0 0.07 0.36
HSL 167.06º 0.22% 0.54% -
HSV(B) 167.06º 0.31% 0.64% -
XYZ 25.45 31.91 34.52 -
YUV 146.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 112 163 152 0.31 0 0.07 0.36 167.06 0.22 0.54
Hex 70 A3 98 1F 0 7 24 A7 16 36
Octal 160 243 230 37 0 7 44 247 26 66
Binary 1110000 10100011 10011000 11111 0 111 100100 10100111 10110 110110

Color Harmonies of #70A398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A398

Black with #70A398

Text Example


Text Example

White with #70A398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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