Html Css Color HEX #70A38A Acapulco

📋 copy color: '#70A38A'

red 112 ◦ green 163 ◦ blue 138

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

Shades of Acapulco #70A38A

Tints of Acapulco #70A38A

RGB

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

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

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

R = 27.12%
G = 39.47%
B = 33.41%

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

#70A38A (or 0x70A38A) is known color: Acapulco. HEX triplet: 70, A3 and 8A. RGB value is (112,163,138). Sum of RGB (Red+Green+Blue) = 112+163+138=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 163 - color contains mainly: green. Hex color #70A38A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A38A is #8F5C75. Grayscale: #909090. Windows color (decimal): -9395318 or 9085808. OLE color: 9085808.

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

Color convert

RGB 112 163 138 -
CMYK 0.31 0 0.15 0.36
HSL 150.59º 0.22% 0.54% -
HSV(B) 150.59º 0.31% 0.64% -
XYZ 24.37 31.47 28.84 -
YUV 144.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 112 163 138 0.31 0 0.15 0.36 150.59 0.22 0.54
Hex 70 A3 8A 1F 0 F 24 97 16 36
Octal 160 243 212 37 0 17 44 227 26 66
Binary 1110000 10100011 10001010 11111 0 1111 100100 10010111 10110 110110

Color Harmonies of #70A38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A38A

Black with #70A38A

Text Example


Text Example

White with #70A38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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