Html Css Color HEX #71B493 Acapulco

📋 copy color: '#71B493'

red 113 ◦ green 180 ◦ blue 147

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

Shades of Acapulco #71B493

Tints of Acapulco #71B493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 25.68%
G = 40.91%
B = 33.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#71B493 (or 0x71B493) is known color: Acapulco. HEX triplet: 71, B4 and 93. RGB value is (113,180,147). Sum of RGB (Red+Green+Blue) = 113+180+147=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #71B493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B493 is #8E4B6C. Grayscale: #9C9C9C. Windows color (decimal): -9325421 or 9679985. OLE color: 9679985.

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

Color convert

RGB 113 180 147 -
CMYK 0.37 0 0.18 0.29
HSL 150.45º 0.31% 0.57% -
HSV(B) 150.45º 0.37% 0.71% -
XYZ 28.4 38.26 33.49 -
YUV 156.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 113 180 147 0.37 0 0.18 0.29 150.45 0.31 0.57
Hex 71 B4 93 25 0 12 1D 96 1F 39
Octal 161 264 223 45 0 22 35 226 37 71
Binary 1110001 10110100 10010011 100101 0 10010 11101 10010110 11111 111001

Color Harmonies of #71B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B493

Black with #71B493

Text Example


Text Example

White with #71B493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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