Html Css Color HEX #71A291 Acapulco

📋 copy color: '#71A291'

red 113 ◦ green 162 ◦ blue 145

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

Shades of Acapulco #71A291

Tints of Acapulco #71A291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 26.9%
G = 38.57%
B = 34.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#71A291 (or 0x71A291) is known color: Acapulco. HEX triplet: 71, A2 and 91. RGB value is (113,162,145). Sum of RGB (Red+Green+Blue) = 113+162+145=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #71A291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A291 is #8E5D6E. Grayscale: #919191. Windows color (decimal): -9330031 or 9544305. OLE color: 9544305.

HSL color Cylindrical-coordinate representation of color #71A291: hue angle of 159.18º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A291 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 162 145 -
CMYK 0.30 0 0.10 0.36
HSL 159.18º 0.21% 0.54% -
HSV(B) 159.18º 0.3% 0.64% -
XYZ 24.84 31.4 31.54 -
YUV 145.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 113 162 145 0.30 0 0.10 0.36 159.18 0.21 0.54
Hex 71 A2 91 1E 0 A 24 9F 15 36
Octal 161 242 221 36 0 12 44 237 25 66
Binary 1110001 10100010 10010001 11110 0 1010 100100 10011111 10101 110110

Color Harmonies of #71A291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A291

Black with #71A291

Text Example


Text Example

White with #71A291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,162,145); }

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

background-color css

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

 a { background-color: rgb(113,162,145); }

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

border-color css

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

 span { border-color: rgb(113,162,145); }

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