Html Css Color HEX #70AB8C Acapulco

📋 copy color: '#70AB8C'

red 112 ◦ green 171 ◦ blue 140

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

Shades of Acapulco #70AB8C

Tints of Acapulco #70AB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 26.48%
G = 40.43%
B = 33.1%

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

#70AB8C (or 0x70AB8C) is known color: Acapulco. HEX triplet: 70, AB and 8C. RGB value is (112,171,140). Sum of RGB (Red+Green+Blue) = 112+171+140=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB8C is #8F5473. Grayscale: #959595. Windows color (decimal): -9393268 or 9218928. OLE color: 9218928.

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

Color convert

RGB 112 171 140 -
CMYK 0.35 0 0.18 0.33
HSL 148.47º 0.26% 0.55% -
HSV(B) 148.47º 0.35% 0.67% -
XYZ 25.98 34.46 30.09 -
YUV 149.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 112 171 140 0.35 0 0.18 0.33 148.47 0.26 0.55
Hex 70 AB 8C 23 0 12 21 94 1A 37
Octal 160 253 214 43 0 22 41 224 32 67
Binary 1110000 10101011 10001100 100011 0 10010 100001 10010100 11010 110111

Color Harmonies of #70AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB8C

Black with #70AB8C

Text Example


Text Example

White with #70AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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