Html Css Color HEX #71B49E Acapulco

📋 copy color: '#71B49E'

red 113 ◦ green 180 ◦ blue 158

#71B49E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #71B49E

Tints of Acapulco #71B49E

RGB

 RED value IS 113 (44.53% from 255) = 25.06%

 GREEN value IS 180 (70.7% from 255) = 39.91%

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 25.06%
G = 39.91%
B = 35.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#71B49E (or 0x71B49E) is known color: Acapulco. HEX triplet: 71, B4 and 9E. RGB value is (113,180,158). Sum of RGB (Red+Green+Blue) = 113+180+158=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #71B49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B49E is #8E4B61. Grayscale: #9D9D9D. Windows color (decimal): -9325410 or 10400881. OLE color: 10400881.

HSL color Cylindrical-coordinate representation of color #71B49E: hue angle of 160.3º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B49E is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 158 -
CMYK 0.37 0 0.12 0.29
HSL 160.3º 0.31% 0.57% -
HSV(B) 160.3º 0.37% 0.71% -
XYZ 29.3 38.62 38.26 -
YUV 157.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 113 180 158 0.37 0 0.12 0.29 160.3 0.31 0.57
Hex 71 B4 9E 25 0 C 1D A0 1F 39
Octal 161 264 236 45 0 14 35 240 37 71
Binary 1110001 10110100 10011110 100101 0 1100 11101 10100000 11111 111001

Color Harmonies of #71B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B49E

Black with #71B49E

Text Example


Text Example

White with #71B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71B49E;
 }
 .AnyTagClassName
 {
   color: #71B49E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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