Html Css Color HEX #71A28D Acapulco

📋 copy color: '#71A28D'

red 113 ◦ green 162 ◦ blue 141

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

Shades of Acapulco #71A28D

Tints of Acapulco #71A28D

RGB

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

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

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

R = 27.16%
G = 38.94%
B = 33.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#71A28D (or 0x71A28D) is known color: Acapulco. HEX triplet: 71, A2 and 8D. RGB value is (113,162,141). Sum of RGB (Red+Green+Blue) = 113+162+141=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #71A28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A28D is #8E5D72. Grayscale: #909090. Windows color (decimal): -9330035 or 9282161. OLE color: 9282161.

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

Color convert

RGB 113 162 141 -
CMYK 0.30 0 0.13 0.36
HSL 154.29º 0.21% 0.54% -
HSV(B) 154.29º 0.3% 0.64% -
XYZ 24.54 31.27 29.94 -
YUV 144.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 113 162 141 0.30 0 0.13 0.36 154.29 0.21 0.54
Hex 71 A2 8D 1E 0 D 24 9A 15 36
Octal 161 242 215 36 0 15 44 232 25 66
Binary 1110001 10100010 10001101 11110 0 1101 100100 10011010 10101 110110

Color Harmonies of #71A28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A28D

Black with #71A28D

Text Example


Text Example

White with #71A28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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