Html Css Color HEX #70A28A Acapulco

📋 copy color: '#70A28A'

red 112 ◦ green 162 ◦ blue 138

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

Shades of Acapulco #70A28A

Tints of Acapulco #70A28A

RGB

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

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

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

R = 27.18%
G = 39.32%
B = 33.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#70A28A (or 0x70A28A) is known color: Acapulco. HEX triplet: 70, A2 and 8A. RGB value is (112,162,138). Sum of RGB (Red+Green+Blue) = 112+162+138=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #70A28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A28A is #8F5D75. Grayscale: #909090. Windows color (decimal): -9395574 or 9085552. OLE color: 9085552.

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

Color convert

RGB 112 162 138 -
CMYK 0.31 0 0.15 0.36
HSL 151.2º 0.21% 0.54% -
HSV(B) 151.2º 0.31% 0.64% -
XYZ 24.19 31.12 28.78 -
YUV 144.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 112 162 138 0.31 0 0.15 0.36 151.2 0.21 0.54
Hex 70 A2 8A 1F 0 F 24 97 15 36
Octal 160 242 212 37 0 17 44 227 25 66
Binary 1110000 10100010 10001010 11111 0 1111 100100 10010111 10101 110110

Color Harmonies of #70A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A28A

Black with #70A28A

Text Example


Text Example

White with #70A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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