Html Css Color HEX #70A98A Acapulco

📋 copy color: '#70A98A'

red 112 ◦ green 169 ◦ blue 138

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

Shades of Acapulco #70A98A

Tints of Acapulco #70A98A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.33%

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

R = 26.73%
G = 40.33%
B = 32.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#70A98A (or 0x70A98A) is known color: Acapulco. HEX triplet: 70, A9 and 8A. RGB value is (112,169,138). Sum of RGB (Red+Green+Blue) = 112+169+138=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #70A98A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A98A is #8F5675. Grayscale: #949494. Windows color (decimal): -9393782 or 9087344. OLE color: 9087344.

HSL color Cylindrical-coordinate representation of color #70A98A: hue angle of 147.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A98A is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 169 138 -
CMYK 0.34 0 0.18 0.34
HSL 147.37º 0.25% 0.55% -
HSV(B) 147.37º 0.34% 0.66% -
XYZ 25.46 33.66 29.2 -
YUV 148.42 122.12 102.02 -
System Red Green Blue C M Y K H S L
Decimal 112 169 138 0.34 0 0.18 0.34 147.37 0.25 0.55
Hex 70 A9 8A 22 0 12 22 93 19 37
Octal 160 251 212 42 0 22 42 223 31 67
Binary 1110000 10101001 10001010 100010 0 10010 100010 10010011 11001 110111

Color Harmonies of #70A98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A98A

Black with #70A98A

Text Example


Text Example

White with #70A98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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