Html Css Color HEX #70AD9C Acapulco

📋 copy color: '#70AD9C'

red 112 ◦ green 173 ◦ blue 156

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

Shades of Acapulco #70AD9C

Tints of Acapulco #70AD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 25.4%
G = 39.23%
B = 35.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#70AD9C (or 0x70AD9C) is known color: Acapulco. HEX triplet: 70, AD and 9C. RGB value is (112,173,156). Sum of RGB (Red+Green+Blue) = 112+173+156=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AD9C is #8F5263. Grayscale: #989898. Windows color (decimal): -9392740 or 10268016. OLE color: 10268016.

HSL color Cylindrical-coordinate representation of color #70AD9C: hue angle of 163.28º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AD9C is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 173 156 -
CMYK 0.35 0 0.10 0.32
HSL 163.28º 0.27% 0.56% -
HSV(B) 163.28º 0.35% 0.68% -
XYZ 27.63 35.73 36.89 -
YUV 152.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 112 173 156 0.35 0 0.10 0.32 163.28 0.27 0.56
Hex 70 AD 9C 23 0 A 20 A3 1B 38
Octal 160 255 234 43 0 12 40 243 33 70
Binary 1110000 10101101 10011100 100011 0 1010 100000 10100011 11011 111000

Color Harmonies of #70AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AD9C

Black with #70AD9C

Text Example


Text Example

White with #70AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,173,156); }

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

background-color css

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

 a { background-color: rgb(112,173,156); }

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

border-color css

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

 span { border-color: rgb(112,173,156); }

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