Html Css Color HEX #71B49D Acapulco

📋 copy color: '#71B49D'

red 113 ◦ green 180 ◦ blue 157

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

Shades of Acapulco #71B49D

Tints of Acapulco #71B49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 25.11%
G = 40%
B = 34.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#71B49D (or 0x71B49D) is known color: Acapulco. HEX triplet: 71, B4 and 9D. RGB value is (113,180,157). Sum of RGB (Red+Green+Blue) = 113+180+157=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #71B49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B49D is #8E4B62. Grayscale: #9D9D9D. Windows color (decimal): -9325411 or 10335345. OLE color: 10335345.

HSL color Cylindrical-coordinate representation of color #71B49D: hue angle of 159.4º 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 #71B49D is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 157 -
CMYK 0.37 0 0.13 0.29
HSL 159.4º 0.31% 0.57% -
HSV(B) 159.4º 0.37% 0.71% -
XYZ 29.22 38.59 37.81 -
YUV 157.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 113 180 157 0.37 0 0.13 0.29 159.4 0.31 0.57
Hex 71 B4 9D 25 0 D 1D 9F 1F 39
Octal 161 264 235 45 0 15 35 237 37 71
Binary 1110001 10110100 10011101 100101 0 1101 11101 10011111 11111 111001

Color Harmonies of #71B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B49D

Black with #71B49D

Text Example


Text Example

White with #71B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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