Html Css Color HEX #71B097 Acapulco

📋 copy color: '#71B097'

red 113 ◦ green 176 ◦ blue 151

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

Shades of Acapulco #71B097

Tints of Acapulco #71B097

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40%

 BLUE value IS 151 (59.38% from 255) = 34.32%

R = 25.68%
G = 40%
B = 34.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#71B097 (or 0x71B097) is known color: Acapulco. HEX triplet: 71, B0 and 97. RGB value is (113,176,151). Sum of RGB (Red+Green+Blue) = 113+176+151=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #71B097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71B097 is #8E4F68. Grayscale: #9A9A9A. Windows color (decimal): -9326441 or 9941105. OLE color: 9941105.

HSL color Cylindrical-coordinate representation of color #71B097: hue angle of 156.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71B097 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 176 151 -
CMYK 0.36 0 0.14 0.31
HSL 156.19º 0.29% 0.57% -
HSV(B) 156.19º 0.36% 0.69% -
XYZ 27.92 36.8 34.91 -
YUV 154.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 113 176 151 0.36 0 0.14 0.31 156.19 0.29 0.57
Hex 71 B0 97 24 0 E 1F 9C 1D 39
Octal 161 260 227 44 0 16 37 234 35 71
Binary 1110001 10110000 10010111 100100 0 1110 11111 10011100 11101 111001

Color Harmonies of #71B097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B097

Black with #71B097

Text Example


Text Example

White with #71B097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,176,151); }

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

background-color css

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

 a { background-color: rgb(113,176,151); }

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

border-color css

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

 span { border-color: rgb(113,176,151); }

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