Html Css Color HEX #70A18D Acapulco

📋 copy color: '#70A18D'

red 112 ◦ green 161 ◦ blue 141

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

Shades of Acapulco #70A18D

Tints of Acapulco #70A18D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 27.05%
G = 38.89%
B = 34.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#70A18D (or 0x70A18D) is known color: Acapulco. HEX triplet: 70, A1 and 8D. RGB value is (112,161,141). Sum of RGB (Red+Green+Blue) = 112+161+141=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 161 - color contains mainly: green. Hex color #70A18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A18D is #8F5E72. Grayscale: #909090. Windows color (decimal): -9395827 or 9281904. OLE color: 9281904.

HSL color Cylindrical-coordinate representation of color #70A18D: hue angle of 155.51º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A18D is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 161 141 -
CMYK 0.30 0 0.12 0.37
HSL 155.51º 0.21% 0.54% -
HSV(B) 155.51º 0.3% 0.63% -
XYZ 24.23 30.86 29.88 -
YUV 144.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 112 161 141 0.30 0 0.12 0.37 155.51 0.21 0.54
Hex 70 A1 8D 1E 0 C 25 9C 15 36
Octal 160 241 215 36 0 14 45 234 25 66
Binary 1110000 10100001 10001101 11110 0 1100 100101 10011100 10101 110110

Color Harmonies of #70A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A18D

Black with #70A18D

Text Example


Text Example

White with #70A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,161,141); }

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

background-color css

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

 a { background-color: rgb(112,161,141); }

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

border-color css

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

 span { border-color: rgb(112,161,141); }

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