Html Css Color HEX #76BA9D Acapulco

📋 copy color: '#76BA9D'

red 118 ◦ green 186 ◦ blue 157

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

Shades of Acapulco #76BA9D

Tints of Acapulco #76BA9D

RGB

 RED value IS 118 (46.48% from 255) = 25.6%

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

 BLUE value IS 157 (61.72% from 255) = 34.06%

R = 25.6%
G = 40.35%
B = 34.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#76BA9D (or 0x76BA9D) is known color: Acapulco. HEX triplet: 76, BA and 9D. RGB value is (118,186,157). Sum of RGB (Red+Green+Blue) = 118+186+157=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BA9D is #894562. Grayscale: #A2A2A2. Windows color (decimal): -8996195 or 10336886. OLE color: 10336886.

HSL color Cylindrical-coordinate representation of color #76BA9D: hue angle of 154.41º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BA9D is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 157 -
CMYK 0.37 0 0.16 0.27
HSL 154.41º 0.33% 0.6% -
HSV(B) 154.41º 0.37% 0.73% -
XYZ 31.12 41.4 38.25 -
YUV 162.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 118 186 157 0.37 0 0.16 0.27 154.41 0.33 0.6
Hex 76 BA 9D 25 0 10 1B 9A 21 3C
Octal 166 272 235 45 0 20 33 232 41 74
Binary 1110110 10111010 10011101 100101 0 10000 11011 10011010 100001 111100

Color Harmonies of #76BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA9D

Black with #76BA9D

Text Example


Text Example

White with #76BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BA9D; }

 p { color: rgb(118,186,157); }

 H1.HeaderClassName
 {
   color: #76BA9D;
 }
 .AnyTagClassName
 {
   color: #76BA9D;
 }
</style>

background-color css

<style>
 a { background-color: #76BA9D; }

 a { background-color: rgb(118,186,157); }

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

border-color css

<style>
 span { border-color: #76BA9D; }

 span { border-color: rgb(118,186,157); }

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