Html Css Color HEX #709F8A Acapulco

📋 copy color: '#709F8A'

red 112 ◦ green 159 ◦ blue 138

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

Shades of Acapulco #709F8A

Tints of Acapulco #709F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 27.38%
G = 38.88%
B = 33.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#709F8A (or 0x709F8A) is known color: Acapulco. HEX triplet: 70, 9F and 8A. RGB value is (112,159,138). Sum of RGB (Red+Green+Blue) = 112+159+138=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 159 - color contains mainly: green. Hex color #709F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709F8A is #8F6075. Grayscale: #8E8E8E. Windows color (decimal): -9396342 or 9084784. OLE color: 9084784.

HSL color Cylindrical-coordinate representation of color #709F8A: hue angle of 153.19º 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 #709F8A is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 159 138 -
CMYK 0.30 0 0.13 0.38
HSL 153.19º 0.2% 0.53% -
HSV(B) 153.19º 0.3% 0.62% -
XYZ 23.67 30.08 28.6 -
YUV 142.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 112 159 138 0.30 0 0.13 0.38 153.19 0.2 0.53
Hex 70 9F 8A 1E 0 D 26 99 14 35
Octal 160 237 212 36 0 15 46 231 24 65
Binary 1110000 10011111 10001010 11110 0 1101 100110 10011001 10100 110101

Color Harmonies of #709F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F8A

Black with #709F8A

Text Example


Text Example

White with #709F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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