Html Css Color HEX #70AB8E Acapulco

📋 copy color: '#70AB8E'

red 112 ◦ green 171 ◦ blue 142

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

Shades of Acapulco #70AB8E

Tints of Acapulco #70AB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 26.35%
G = 40.24%
B = 33.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#70AB8E (or 0x70AB8E) is known color: Acapulco. HEX triplet: 70, AB and 8E. RGB value is (112,171,142). Sum of RGB (Red+Green+Blue) = 112+171+142=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB8E is #8F5471. Grayscale: #969696. Windows color (decimal): -9393266 or 9350000. OLE color: 9350000.

HSL color Cylindrical-coordinate representation of color #70AB8E: hue angle of 150.51º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AB8E is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 142 -
CMYK 0.35 0 0.17 0.33
HSL 150.51º 0.26% 0.55% -
HSV(B) 150.51º 0.35% 0.67% -
XYZ 26.13 34.52 30.88 -
YUV 150.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 112 171 142 0.35 0 0.17 0.33 150.51 0.26 0.55
Hex 70 AB 8E 23 0 11 21 97 1A 37
Octal 160 253 216 43 0 21 41 227 32 67
Binary 1110000 10101011 10001110 100011 0 10001 100001 10010111 11010 110111

Color Harmonies of #70AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB8E

Black with #70AB8E

Text Example


Text Example

White with #70AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,142); }

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

background-color css

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

 a { background-color: rgb(112,171,142); }

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

border-color css

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

 span { border-color: rgb(112,171,142); }

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