Html Css Color HEX #709F8D Acapulco

📋 copy color: '#709F8D'

red 112 ◦ green 159 ◦ blue 141

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

Shades of Acapulco #709F8D

Tints of Acapulco #709F8D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.59%

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

R = 27.18%
G = 38.59%
B = 34.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#709F8D (or 0x709F8D) is known color: Acapulco. HEX triplet: 70, 9F and 8D. RGB value is (112,159,141). Sum of RGB (Red+Green+Blue) = 112+159+141=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #709F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709F8D is #8F6072. Grayscale: #8E8E8E. Windows color (decimal): -9396339 or 9281392. OLE color: 9281392.

HSL color Cylindrical-coordinate representation of color #709F8D: hue angle of 157.02º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709F8D is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 159 141 -
CMYK 0.30 0 0.11 0.38
HSL 157.02º 0.2% 0.53% -
HSV(B) 157.02º 0.3% 0.62% -
XYZ 23.89 30.16 29.76 -
YUV 142.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 112 159 141 0.30 0 0.11 0.38 157.02 0.2 0.53
Hex 70 9F 8D 1E 0 B 26 9D 14 35
Octal 160 237 215 36 0 13 46 235 24 65
Binary 1110000 10011111 10001101 11110 0 1011 100110 10011101 10100 110101

Color Harmonies of #709F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F8D

Black with #709F8D

Text Example


Text Example

White with #709F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709F8D; }

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

 H1.HeaderClassName
 {
   color: #709F8D;
 }
 .AnyTagClassName
 {
   color: #709F8D;
 }
</style>

background-color css

<style>
 a { background-color: #709F8D; }

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

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

border-color css

<style>
 span { border-color: #709F8D; }

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

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