#71B99B

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

Shades of Acapulco #71B99B

Tints of Acapulco #71B99B

Color information

#71B99B (or 0x71B99B) is unknown color: approx Acapulco. HEX triplet: 71, B9 and 9B. RGB value is (113,185,155). Sum of RGB (Red+Green+Blue) = 113+185+155=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #71B99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B99B is #8E4664. Grayscale: #A0A0A0. Windows color (decimal): -9324133 or 10205553. OLE color: 10205553.

HSL color Cylindrical-coordinate representation of color #71B99B: hue angle of 155º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B99B is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB113185155-
CMYK0.3900.160.27
HSL155º33.96%58.43%-
HSV(B)155º38.92%72.55%-
XYZ30.0840.5837.26-
YUV160.05125.1594.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.94%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=24.94%
G=40.84%
B=34.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131851550.3900.160.2715533.9658.43
Hex71B99B270101B9b223a
Octal16127123347020332334272
Binary111000110111001100110111001110100001101110011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,185,155); }

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

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

 a { background-color: rgb(113,185,155); }

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

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

 span { border-color: rgb(113,185,155); }

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