#71B99D

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

Shades of Acapulco #71B99D

Tints of Acapulco #71B99D

Color information

#71B99D (or 0x71B99D) is unknown color: approx Acapulco. HEX triplet: 71, B9 and 9D. RGB value is (113,185,157). Sum of RGB (Red+Green+Blue) = 113+185+157=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #71B99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B99D is #8E4662. Grayscale: #A0A0A0. Windows color (decimal): -9324131 or 10336625. OLE color: 10336625.

HSL color Cylindrical-coordinate representation of color #71B99D: hue angle of 156.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B99D is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB113185157-
CMYK0.3900.150.27
HSL156.67º33.96%58.43%-
HSV(B)156.67º38.92%72.55%-
XYZ30.2440.6438.15-
YUV160.28126.1594.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.84%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=24.84%
G=40.66%
B=34.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131851570.3900.150.27156.6733.9658.43
Hex71B99D270F1B9d223a
Octal16127123547017332354272
Binary11100011011100110011101100111011111101110011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,185,157); }

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

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

 a { background-color: rgb(113,185,157); }

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

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

 span { border-color: rgb(113,185,157); }

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