Html Css Color HEX #71AA91 Acapulco

📋 copy color: '#71AA91'

red 113 ◦ green 170 ◦ blue 145

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

Shades of Acapulco #71AA91

Tints of Acapulco #71AA91

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.72%

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

R = 26.4%
G = 39.72%
B = 33.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#71AA91 (or 0x71AA91) is known color: Acapulco. HEX triplet: 71, AA and 91. RGB value is (113,170,145). Sum of RGB (Red+Green+Blue) = 113+170+145=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AA91 is #8E556E. Grayscale: #969696. Windows color (decimal): -9327983 or 9546353. OLE color: 9546353.

HSL color Cylindrical-coordinate representation of color #71AA91: hue angle of 153.68º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AA91 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 170 145 -
CMYK 0.34 0 0.15 0.33
HSL 153.68º 0.25% 0.55% -
HSV(B) 153.68º 0.34% 0.67% -
XYZ 26.3 34.3 32.02 -
YUV 150.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 113 170 145 0.34 0 0.15 0.33 153.68 0.25 0.55
Hex 71 AA 91 22 0 F 21 9A 19 37
Octal 161 252 221 42 0 17 41 232 31 67
Binary 1110001 10101010 10010001 100010 0 1111 100001 10011010 11001 110111

Color Harmonies of #71AA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AA91

Black with #71AA91

Text Example


Text Example

White with #71AA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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