Html Css Color HEX #71A58D Acapulco

📋 copy color: '#71A58D'

red 113 ◦ green 165 ◦ blue 141

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

Shades of Acapulco #71A58D

Tints of Acapulco #71A58D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 26.97%
G = 39.38%
B = 33.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#71A58D (or 0x71A58D) is known color: Acapulco. HEX triplet: 71, A5 and 8D. RGB value is (113,165,141). Sum of RGB (Red+Green+Blue) = 113+165+141=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #71A58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A58D is #8E5A72. Grayscale: #929292. Windows color (decimal): -9329267 or 9282929. OLE color: 9282929.

HSL color Cylindrical-coordinate representation of color #71A58D: hue angle of 152.31º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71A58D is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 165 141 -
CMYK 0.32 0 0.15 0.35
HSL 152.31º 0.22% 0.55% -
HSV(B) 152.31º 0.32% 0.65% -
XYZ 25.07 32.34 30.12 -
YUV 146.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 113 165 141 0.32 0 0.15 0.35 152.31 0.22 0.55
Hex 71 A5 8D 20 0 F 23 98 16 37
Octal 161 245 215 40 0 17 43 230 26 67
Binary 1110001 10100101 10001101 100000 0 1111 100011 10011000 10110 110111

Color Harmonies of #71A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A58D

Black with #71A58D

Text Example


Text Example

White with #71A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,165,141); }

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

background-color css

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

 a { background-color: rgb(113,165,141); }

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

border-color css

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

 span { border-color: rgb(113,165,141); }

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