#719F91

Color #719F91 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #719F91

Tints of Acapulco #719F91

Color information

#719F91 (or 0x719F91) is unknown color: approx Acapulco. HEX triplet: 71, 9F and 91. RGB value is (113,159,145). Sum of RGB (Red+Green+Blue) = 113+159+145=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #719F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F91 is #8E606E. Grayscale: #8F8F8F. Windows color (decimal): -9330799 or 9543537. OLE color: 9543537.

HSL color Cylindrical-coordinate representation of color #719F91: hue angle of 161.74º 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 #719F91 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB113159145-
CMYK0.2900.090.38
HSL161.74º19.33%53.33%-
HSV(B)161.74º28.93%62.35%-
XYZ24.3230.3531.36-
YUV143.65128.76106.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=27.10%
G=38.13%
B=34.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131591450.2900.090.38161.7419.3353.33
Hex719F911D0926a21335
Octal16123722135011462422365
Binary1110001100111111001000111101010011001101010001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719F91; }

 p { color: rgb(113,159,145); }

 H1.HeaderClassName
 {
   color: #719F91;
 }
 .AnyTagClassName
 {
   color: #719F91;
 }
</style>
background-color css

<style>
 a { background-color: #719F91; }

 a { background-color: rgb(113,159,145); }

 div.DivClassName
 {
   background-color: #719F91;
 }
 .BgClassName
 {
   background-color: #719F91;
 }
</style>
border-color css

<style>
 span { border-color: #719F91; }

 span { border-color: rgb(113,159,145); }

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