Html Css Color HEX #709E86 Acapulco

📋 copy color: '#709E86'

red 112 ◦ green 158 ◦ blue 134

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

Shades of Acapulco #709E86

Tints of Acapulco #709E86

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 134 (52.73% from 255) = 33.17%

R = 27.72%
G = 39.11%
B = 33.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#709E86 (or 0x709E86) is known color: Acapulco. HEX triplet: 70, 9E and 86. RGB value is (112,158,134). Sum of RGB (Red+Green+Blue) = 112+158+134=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #709E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709E86 is #8F6179. Grayscale: #8D8D8D. Windows color (decimal): -9396602 or 8822384. OLE color: 8822384.

HSL color Cylindrical-coordinate representation of color #709E86: hue angle of 148.7º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709E86 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 158 134 -
CMYK 0.29 0 0.15 0.38
HSL 148.7º 0.19% 0.53% -
HSV(B) 148.7º 0.29% 0.62% -
XYZ 23.21 29.62 27.05 -
YUV 141.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 112 158 134 0.29 0 0.15 0.38 148.7 0.19 0.53
Hex 70 9E 86 1D 0 F 26 95 13 35
Octal 160 236 206 35 0 17 46 225 23 65
Binary 1110000 10011110 10000110 11101 0 1111 100110 10010101 10011 110101

Color Harmonies of #709E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709E86

Black with #709E86

Text Example


Text Example

White with #709E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,158,134); }

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

background-color css

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

 a { background-color: rgb(112,158,134); }

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

border-color css

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

 span { border-color: rgb(112,158,134); }

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