Html Css Color HEX #70A298 Acapulco

📋 copy color: '#70A298'

red 112 ◦ green 162 ◦ blue 152

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

Shades of Acapulco #70A298

Tints of Acapulco #70A298

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

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

R = 26.29%
G = 38.03%
B = 35.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#70A298 (or 0x70A298) is known color: Acapulco. HEX triplet: 70, A2 and 98. RGB value is (112,162,152). Sum of RGB (Red+Green+Blue) = 112+162+152=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #70A298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A298 is #8F5D67. Grayscale: #919191. Windows color (decimal): -9395560 or 10003056. OLE color: 10003056.

HSL color Cylindrical-coordinate representation of color #70A298: hue angle of 168º degrees, saturation: 0.21, 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 #70A298 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 162 152 -
CMYK 0.31 0 0.06 0.36
HSL 168º 0.21% 0.54% -
HSV(B) 168º 0.31% 0.64% -
XYZ 25.27 31.55 34.46 -
YUV 145.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 112 162 152 0.31 0 0.06 0.36 168 0.21 0.54
Hex 70 A2 98 1F 0 6 24 A8 15 36
Octal 160 242 230 37 0 6 44 250 25 66
Binary 1110000 10100010 10011000 11111 0 110 100100 10101000 10101 110110

Color Harmonies of #70A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A298

Black with #70A298

Text Example


Text Example

White with #70A298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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