Html Css Color HEX #70AB8D Acapulco

📋 copy color: '#70AB8D'

red 112 ◦ green 171 ◦ blue 141

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

Shades of Acapulco #70AB8D

Tints of Acapulco #70AB8D

RGB

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

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

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

R = 26.42%
G = 40.33%
B = 33.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#70AB8D (or 0x70AB8D) is known color: Acapulco. HEX triplet: 70, AB and 8D. RGB value is (112,171,141). Sum of RGB (Red+Green+Blue) = 112+171+141=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB8D is #8F5472. Grayscale: #969696. Windows color (decimal): -9393267 or 9284464. OLE color: 9284464.

HSL color Cylindrical-coordinate representation of color #70AB8D: hue angle of 149.49º 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 #70AB8D is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 141 -
CMYK 0.35 0 0.18 0.33
HSL 149.49º 0.26% 0.55% -
HSV(B) 149.49º 0.35% 0.67% -
XYZ 26.05 34.49 30.48 -
YUV 149.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 112 171 141 0.35 0 0.18 0.33 149.49 0.26 0.55
Hex 70 AB 8D 23 0 12 21 95 1A 37
Octal 160 253 215 43 0 22 41 225 32 67
Binary 1110000 10101011 10001101 100011 0 10010 100001 10010101 11010 110111

Color Harmonies of #70AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB8D

Black with #70AB8D

Text Example


Text Example

White with #70AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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