#71BA9E

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

Shades of Acapulco #71BA9E

Tints of Acapulco #71BA9E

Color information

#71BA9E (or 0x71BA9E) is unknown color: approx Acapulco. HEX triplet: 71, BA and 9E. RGB value is (113,186,158). Sum of RGB (Red+Green+Blue) = 113+186+158=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BA9E is #8E4561. Grayscale: #A1A1A1. Windows color (decimal): -9323874 or 10402417. OLE color: 10402417.

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

Color convert

RGB113186158-
CMYK0.3900.150.27
HSL156.99º34.6%58.63%-
HSV(B)156.99º39.25%72.94%-
XYZ30.5441.138.67-
YUV160.98126.3293.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=24.73%
G=40.70%
B=34.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131861580.3900.150.27156.9934.658.63
Hex71BA9E270F1B9d233b
Octal16127223647017332354373
Binary11100011011101010011110100111011111101110011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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