Html Css Color HEX #71A290 Acapulco

📋 copy color: '#71A290'

red 113 ◦ green 162 ◦ blue 144

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

Shades of Acapulco #71A290

Tints of Acapulco #71A290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 26.97%
G = 38.66%
B = 34.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#71A290 (or 0x71A290) is known color: Acapulco. HEX triplet: 71, A2 and 90. RGB value is (113,162,144). Sum of RGB (Red+Green+Blue) = 113+162+144=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #71A290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A290 is #8E5D6F. Grayscale: #919191. Windows color (decimal): -9330032 or 9478769. OLE color: 9478769.

HSL color Cylindrical-coordinate representation of color #71A290: hue angle of 157.96º 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 #71A290 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 162 144 -
CMYK 0.30 0 0.11 0.36
HSL 157.96º 0.21% 0.54% -
HSV(B) 157.96º 0.3% 0.64% -
XYZ 24.76 31.36 31.13 -
YUV 145.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 113 162 144 0.30 0 0.11 0.36 157.96 0.21 0.54
Hex 71 A2 90 1E 0 B 24 9E 15 36
Octal 161 242 220 36 0 13 44 236 25 66
Binary 1110001 10100010 10010000 11110 0 1011 100100 10011110 10101 110110

Color Harmonies of #71A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A290

Black with #71A290

Text Example


Text Example

White with #71A290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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