#71A98B

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

Shades of Acapulco #71A98B

Tints of Acapulco #71A98B

Color information

#71A98B (or 0x71A98B) is unknown color: approx Acapulco. HEX triplet: 71, A9 and 8B. RGB value is (113,169,139). Sum of RGB (Red+Green+Blue) = 113+169+139=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #71A98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A98B is #8E5674. Grayscale: #949494. Windows color (decimal): -9328245 or 9152881. OLE color: 9152881.

HSL color Cylindrical-coordinate representation of color #71A98B: hue angle of 147.86º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71A98B is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB113169139-
CMYK0.3300.180.34
HSL147.86º24.56%55.29%-
HSV(B)147.86º33.14%66.27%-
XYZ25.6633.7529.59-
YUV148.84122.45102.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.84%
GREEN value IS 169 (66.41% from 255) = 40.14%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=26.84%
G=40.14%
B=33.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131691390.3300.180.34147.8624.5655.29
Hex71A98B2101222941937
Octal16125121341022422243167
Binary111000110101001100010111000010100101000101001010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,169,139); }

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

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

 a { background-color: rgb(113,169,139); }

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

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

 span { border-color: rgb(113,169,139); }

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