#71B89D

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

Shades of Acapulco #71B89D

Tints of Acapulco #71B89D

Color information

#71B89D (or 0x71B89D) is unknown color: approx Acapulco. HEX triplet: 71, B8 and 9D. RGB value is (113,184,157). Sum of RGB (Red+Green+Blue) = 113+184+157=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #71B89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B89D is #8E4762. Grayscale: #9F9F9F. Windows color (decimal): -9324387 or 10336369. OLE color: 10336369.

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

Color convert

RGB113184157-
CMYK0.3900.150.28
HSL157.18º33.33%58.24%-
HSV(B)157.18º38.59%72.16%-
XYZ30.0440.2338.08-
YUV159.69126.4894.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.89%
GREEN value IS 184 (72.27% from 255) = 40.53%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=24.89%
G=40.53%
B=34.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131841570.3900.150.28157.1833.3358.24
Hex71B89D270F1C9d213a
Octal16127023547017342354172
Binary11100011011100010011101100111011111110010011101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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