#71B69E

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

Shades of Acapulco #71B69E

Tints of Acapulco #71B69E

Color information

#71B69E (or 0x71B69E) is unknown color: approx Acapulco. HEX triplet: 71, B6 and 9E. RGB value is (113,182,158). Sum of RGB (Red+Green+Blue) = 113+182+158=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #71B69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B69E is #8E4961. Grayscale: #9E9E9E. Windows color (decimal): -9324898 or 10401393. OLE color: 10401393.

HSL color Cylindrical-coordinate representation of color #71B69E: hue angle of 159.13º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B69E is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB113182158-
CMYK0.3800.130.29
HSL159.13º32.09%57.84%-
HSV(B)159.13º37.91%71.37%-
XYZ29.7139.4438.39-
YUV158.63127.6495.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.94%
GREEN value IS 182 (71.48% from 255) = 40.18%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=24.94%
G=40.18%
B=34.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131821580.3800.130.29159.1332.0957.84
Hex71B69E260D1D9f203a
Octal16126623646015352374072
Binary11100011011011010011110100110011011110110011111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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