Html Css Color HEX #70A88D Acapulco

📋 copy color: '#70A88D'

red 112 ◦ green 168 ◦ blue 141

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

Shades of Acapulco #70A88D

Tints of Acapulco #70A88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

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

R = 26.6%
G = 39.9%
B = 33.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#70A88D (or 0x70A88D) is known color: Acapulco. HEX triplet: 70, A8 and 8D. RGB value is (112,168,141). Sum of RGB (Red+Green+Blue) = 112+168+141=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #70A88D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A88D is #8F5772. Grayscale: #949494. Windows color (decimal): -9394035 or 9283696. OLE color: 9283696.

HSL color Cylindrical-coordinate representation of color #70A88D: hue angle of 151.07º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A88D is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 168 141 -
CMYK 0.33 0 0.16 0.34
HSL 151.07º 0.24% 0.55% -
HSV(B) 151.07º 0.33% 0.66% -
XYZ 25.49 33.37 30.3 -
YUV 148.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 112 168 141 0.33 0 0.16 0.34 151.07 0.24 0.55
Hex 70 A8 8D 21 0 10 22 97 18 37
Octal 160 250 215 41 0 20 42 227 30 67
Binary 1110000 10101000 10001101 100001 0 10000 100010 10010111 11000 110111

Color Harmonies of #70A88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A88D

Black with #70A88D

Text Example


Text Example

White with #70A88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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