#71BA9D

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

Shades of Acapulco #71BA9D

Tints of Acapulco #71BA9D

Color information

#71BA9D (or 0x71BA9D) is unknown color: approx Acapulco. HEX triplet: 71, BA and 9D. RGB value is (113,186,157). Sum of RGB (Red+Green+Blue) = 113+186+157=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BA9D is #8E4562. Grayscale: #A0A0A0. Windows color (decimal): -9323875 or 10336881. OLE color: 10336881.

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

Color convert

RGB113186157-
CMYK0.3900.160.27
HSL156.16º34.6%58.63%-
HSV(B)156.16º39.25%72.94%-
XYZ30.4541.0638.22-
YUV160.87125.8293.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.78%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=24.78%
G=40.79%
B=34.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131861570.3900.160.27156.1634.658.63
Hex71BA9D270101B9c233b
Octal16127223547020332344373
Binary111000110111010100111011001110100001101110011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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