#71B89E

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

Shades of Acapulco #71B89E

Tints of Acapulco #71B89E

Color information

#71B89E (or 0x71B89E) is unknown color: approx Acapulco. HEX triplet: 71, B8 and 9E. RGB value is (113,184,158). Sum of RGB (Red+Green+Blue) = 113+184+158=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #71B89E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B89E is #8E4761. Grayscale: #9F9F9F. Windows color (decimal): -9324386 or 10401905. OLE color: 10401905.

HSL color Cylindrical-coordinate representation of color #71B89E: hue angle of 158.03º 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 #71B89E is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB113184158-
CMYK0.3900.140.28
HSL158.03º33.33%58.24%-
HSV(B)158.03º38.59%72.16%-
XYZ30.1240.2638.53-
YUV159.81126.9894.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.84%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=24.84%
G=40.44%
B=34.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131841580.3900.140.28158.0333.3358.24
Hex71B89E270E1C9e213a
Octal16127023647016342364172
Binary11100011011100010011110100111011101110010011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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