#71B199

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

Shades of Acapulco #71B199

Tints of Acapulco #71B199

Color information

#71B199 (or 0x71B199) is unknown color: approx Acapulco. HEX triplet: 71, B1 and 99. RGB value is (113,177,153). Sum of RGB (Red+Green+Blue) = 113+177+153=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #71B199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71B199 is #8E4E66. Grayscale: #9B9B9B. Windows color (decimal): -9326183 or 10072433. OLE color: 10072433.

HSL color Cylindrical-coordinate representation of color #71B199: hue angle of 157.5º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71B199 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB113177153-
CMYK0.3600.140.31
HSL157.5º29.09%56.86%-
HSV(B)157.5º36.16%69.41%-
XYZ28.2837.2535.84-
YUV155.13126.897.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=25.51%
G=39.95%
B=34.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131771530.3600.140.31157.529.0956.86
Hex71B199240E1F9e1d39
Octal16126123144016372363571
Binary1110001101100011001100110010001110111111001111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71B199; }

 p { color: rgb(113,177,153); }

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

<style>
 a { background-color: #71B199; }

 a { background-color: rgb(113,177,153); }

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

<style>
 span { border-color: #71B199; }

 span { border-color: rgb(113,177,153); }

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