Html Css Color HEX #70AB94 Acapulco

📋 copy color: '#70AB94'

red 112 ◦ green 171 ◦ blue 148

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

Shades of Acapulco #70AB94

Tints of Acapulco #70AB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 25.99%
G = 39.68%
B = 34.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#70AB94 (or 0x70AB94) is known color: Acapulco. HEX triplet: 70, AB and 94. RGB value is (112,171,148). Sum of RGB (Red+Green+Blue) = 112+171+148=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB94 is #8F546B. Grayscale: #969696. Windows color (decimal): -9393260 or 9743216. OLE color: 9743216.

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

Color convert

RGB 112 171 148 -
CMYK 0.35 0 0.13 0.33
HSL 156.61º 0.26% 0.55% -
HSV(B) 156.61º 0.35% 0.67% -
XYZ 26.59 34.71 33.31 -
YUV 150.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 112 171 148 0.35 0 0.13 0.33 156.61 0.26 0.55
Hex 70 AB 94 23 0 D 21 9D 1A 37
Octal 160 253 224 43 0 15 41 235 32 67
Binary 1110000 10101011 10010100 100011 0 1101 100001 10011101 11010 110111

Color Harmonies of #70AB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB94

Black with #70AB94

Text Example


Text Example

White with #70AB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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