#71B898

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

Shades of Acapulco #71B898

Tints of Acapulco #71B898

Color information

#71B898 (or 0x71B898) is unknown color: approx Acapulco. HEX triplet: 71, B8 and 98. RGB value is (113,184,152). Sum of RGB (Red+Green+Blue) = 113+184+152=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #71B898 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B898 is #8E4767. Grayscale: #9F9F9F. Windows color (decimal): -9324392 or 10008689. OLE color: 10008689.

HSL color Cylindrical-coordinate representation of color #71B898: hue angle of 152.96º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B898 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB113184152-
CMYK0.3900.170.28
HSL152.96º33.33%58.24%-
HSV(B)152.96º38.59%72.16%-
XYZ29.6240.0635.88-
YUV159.12123.9895.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.17%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=25.17%
G=40.98%
B=33.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131841520.3900.170.28152.9633.3358.24
Hex71B898270111C99213a
Octal16127023047021342314172
Binary111000110111000100110001001110100011110010011001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,184,152); }

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

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

 a { background-color: rgb(113,184,152); }

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

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

 span { border-color: rgb(113,184,152); }

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