#71BB9E

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

Shades of Acapulco #71BB9E

Tints of Acapulco #71BB9E

Color information

#71BB9E (or 0x71BB9E) is unknown color: approx Acapulco. HEX triplet: 71, BB and 9E. RGB value is (113,187,158). Sum of RGB (Red+Green+Blue) = 113+187+158=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BB9E is #8E4461. Grayscale: #A1A1A1. Windows color (decimal): -9323618 or 10402673. OLE color: 10402673.

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

Color convert

RGB113187158-
CMYK0.4000.160.27
HSL156.49º35.24%58.82%-
HSV(B)156.49º39.57%73.33%-
XYZ30.7541.5238.74-
YUV161.57125.9893.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 187 (73.44% from 255) = 40.83%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=24.67%
G=40.83%
B=34.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131871580.4000.160.27156.4935.2458.82
Hex71BB9E280101B9c233b
Octal16127323650020332344373
Binary111000110111011100111101010000100001101110011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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