Html Css Color HEX #76B49E Acapulco

📋 copy color: '#76B49E'

red 118 ◦ green 180 ◦ blue 158

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

Shades of Acapulco #76B49E

Tints of Acapulco #76B49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.47%

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

R = 25.88%
G = 39.47%
B = 34.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#76B49E (or 0x76B49E) is known color: Acapulco. HEX triplet: 76, B4 and 9E. RGB value is (118,180,158). Sum of RGB (Red+Green+Blue) = 118+180+158=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #76B49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B49E is #894B61. Grayscale: #9E9E9E. Windows color (decimal): -8997730 or 10400886. OLE color: 10400886.

HSL color Cylindrical-coordinate representation of color #76B49E: hue angle of 158.71º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B49E is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 158 -
CMYK 0.34 0 0.12 0.29
HSL 158.71º 0.29% 0.58% -
HSV(B) 158.71º 0.34% 0.71% -
XYZ 29.96 38.96 38.29 -
YUV 158.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 118 180 158 0.34 0 0.12 0.29 158.71 0.29 0.58
Hex 76 B4 9E 22 0 C 1D 9F 1D 3A
Octal 166 264 236 42 0 14 35 237 35 72
Binary 1110110 10110100 10011110 100010 0 1100 11101 10011111 11101 111010

Color Harmonies of #76B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B49E

Black with #76B49E

Text Example


Text Example

White with #76B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,180,158); }

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

background-color css

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

 a { background-color: rgb(118,180,158); }

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

border-color css

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

 span { border-color: rgb(118,180,158); }

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