Html Css Color HEX #71A494 Acapulco

📋 copy color: '#71A494'

red 113 ◦ green 164 ◦ blue 148

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

Shades of Acapulco #71A494

Tints of Acapulco #71A494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.59%

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 26.59%
G = 38.59%
B = 34.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#71A494 (or 0x71A494) is known color: Acapulco. HEX triplet: 71, A4 and 94. RGB value is (113,164,148). Sum of RGB (Red+Green+Blue) = 113+164+148=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #71A494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A494 is #8E5B6B. Grayscale: #929292. Windows color (decimal): -9329516 or 9741425. OLE color: 9741425.

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

Color convert

RGB 113 164 148 -
CMYK 0.31 0 0.10 0.36
HSL 161.18º 0.22% 0.54% -
HSV(B) 161.18º 0.31% 0.64% -
XYZ 25.43 32.2 32.89 -
YUV 146.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 113 164 148 0.31 0 0.10 0.36 161.18 0.22 0.54
Hex 71 A4 94 1F 0 A 24 A1 16 36
Octal 161 244 224 37 0 12 44 241 26 66
Binary 1110001 10100100 10010100 11111 0 1010 100100 10100001 10110 110110

Color Harmonies of #71A494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A494

Black with #71A494

Text Example


Text Example

White with #71A494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,164,148); }

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

background-color css

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

 a { background-color: rgb(113,164,148); }

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

border-color css

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

 span { border-color: rgb(113,164,148); }

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