Html Css Color HEX #71B696 Acapulco

📋 copy color: '#71B696'

red 113 ◦ green 182 ◦ blue 150

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

Shades of Acapulco #71B696

Tints of Acapulco #71B696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.71%

R = 25.39%
G = 40.9%
B = 33.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#71B696 (or 0x71B696) is known color: Acapulco. HEX triplet: 71, B6 and 96. RGB value is (113,182,150). Sum of RGB (Red+Green+Blue) = 113+182+150=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #71B696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B696 is #8E4969. Grayscale: #9D9D9D. Windows color (decimal): -9324906 or 9877105. OLE color: 9877105.

HSL color Cylindrical-coordinate representation of color #71B696: hue angle of 152.17º 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 #71B696 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 182 150 -
CMYK 0.38 0 0.18 0.29
HSL 152.17º 0.32% 0.58% -
HSV(B) 152.17º 0.38% 0.71% -
XYZ 29.04 39.17 34.88 -
YUV 157.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 113 182 150 0.38 0 0.18 0.29 152.17 0.32 0.58
Hex 71 B6 96 26 0 12 1D 98 20 3A
Octal 161 266 226 46 0 22 35 230 40 72
Binary 1110001 10110110 10010110 100110 0 10010 11101 10011000 100000 111010

Color Harmonies of #71B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B696

Black with #71B696

Text Example


Text Example

White with #71B696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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