Html Css Color HEX #71B69E Acapulco

📋 copy color: '#71B69E'

red 113 ◦ green 182 ◦ blue 158

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

Shades of Acapulco #71B69E

Tints of Acapulco #71B69E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 24.94%
G = 40.18%
B = 34.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#71B69E (or 0x71B69E) is known color: Acapulco. HEX triplet: 71, B6 and 9E. RGB value is (113,182,158). Sum of RGB (Red+Green+Blue) = 113+182+158=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #71B69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B69E is #8E4961. Grayscale: #9E9E9E. Windows color (decimal): -9324898 or 10401393. OLE color: 10401393.

HSL color Cylindrical-coordinate representation of color #71B69E: hue angle of 159.13º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B69E is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 182 158 -
CMYK 0.38 0 0.13 0.29
HSL 159.13º 0.32% 0.58% -
HSV(B) 159.13º 0.38% 0.71% -
XYZ 29.71 39.44 38.39 -
YUV 158.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 113 182 158 0.38 0 0.13 0.29 159.13 0.32 0.58
Hex 71 B6 9E 26 0 D 1D 9F 20 3A
Octal 161 266 236 46 0 15 35 237 40 72
Binary 1110001 10110110 10011110 100110 0 1101 11101 10011111 100000 111010

Color Harmonies of #71B69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B69E

Black with #71B69E

Text Example


Text Example

White with #71B69E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,182,158); }

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

background-color css

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

 a { background-color: rgb(113,182,158); }

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

border-color css

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

 span { border-color: rgb(113,182,158); }

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