Html Css Color HEX #71BA9E Acapulco

📋 copy color: '#71BA9E'

red 113 ◦ green 186 ◦ blue 158

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

Shades of Acapulco #71BA9E

Tints of Acapulco #71BA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.7%

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

R = 24.73%
G = 40.7%
B = 34.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#71BA9E (or 0x71BA9E) is known color: Acapulco. HEX triplet: 71, BA and 9E. RGB value is (113,186,158). Sum of RGB (Red+Green+Blue) = 113+186+158=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BA9E is #8E4561. Grayscale: #A1A1A1. Windows color (decimal): -9323874 or 10402417. OLE color: 10402417.

HSL color Cylindrical-coordinate representation of color #71BA9E: hue angle of 156.99º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71BA9E is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 158 -
CMYK 0.39 0 0.15 0.27
HSL 156.99º 0.35% 0.59% -
HSV(B) 156.99º 0.39% 0.73% -
XYZ 30.54 41.1 38.67 -
YUV 160.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 113 186 158 0.39 0 0.15 0.27 156.99 0.35 0.59
Hex 71 BA 9E 27 0 F 1B 9D 23 3B
Octal 161 272 236 47 0 17 33 235 43 73
Binary 1110001 10111010 10011110 100111 0 1111 11011 10011101 100011 111011

Color Harmonies of #71BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA9E

Black with #71BA9E

Text Example


Text Example

White with #71BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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