Html Css Color HEX #70A38C Acapulco

📋 copy color: '#70A38C'

red 112 ◦ green 163 ◦ blue 140

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

Shades of Acapulco #70A38C

Tints of Acapulco #70A38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 26.99%
G = 39.28%
B = 33.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#70A38C (or 0x70A38C) is known color: Acapulco. HEX triplet: 70, A3 and 8C. RGB value is (112,163,140). Sum of RGB (Red+Green+Blue) = 112+163+140=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #70A38C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A38C is #8F5C73. Grayscale: #919191. Windows color (decimal): -9395316 or 9216880. OLE color: 9216880.

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

Color convert

RGB 112 163 140 -
CMYK 0.31 0 0.14 0.36
HSL 152.94º 0.22% 0.54% -
HSV(B) 152.94º 0.31% 0.64% -
XYZ 24.51 31.53 29.61 -
YUV 145.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 112 163 140 0.31 0 0.14 0.36 152.94 0.22 0.54
Hex 70 A3 8C 1F 0 E 24 99 16 36
Octal 160 243 214 37 0 16 44 231 26 66
Binary 1110000 10100011 10001100 11111 0 1110 100100 10011001 10110 110110

Color Harmonies of #70A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A38C

Black with #70A38C

Text Example


Text Example

White with #70A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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