Html Css Color HEX #76B89E Acapulco

📋 copy color: '#76B89E'

red 118 ◦ green 184 ◦ blue 158

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

Shades of Acapulco #76B89E

Tints of Acapulco #76B89E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40%

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

R = 25.65%
G = 40%
B = 34.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#76B89E (or 0x76B89E) is known color: Acapulco. HEX triplet: 76, B8 and 9E. RGB value is (118,184,158). Sum of RGB (Red+Green+Blue) = 118+184+158=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #76B89E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B89E is #894761. Grayscale: #A1A1A1. Windows color (decimal): -8996706 or 10401910. OLE color: 10401910.

HSL color Cylindrical-coordinate representation of color #76B89E: hue angle of 156.36º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B89E is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 184 158 -
CMYK 0.36 0 0.14 0.28
HSL 156.36º 0.32% 0.59% -
HSV(B) 156.36º 0.36% 0.72% -
XYZ 30.78 40.6 38.56 -
YUV 161.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 118 184 158 0.36 0 0.14 0.28 156.36 0.32 0.59
Hex 76 B8 9E 24 0 E 1C 9C 20 3B
Octal 166 270 236 44 0 16 34 234 40 73
Binary 1110110 10111000 10011110 100100 0 1110 11100 10011100 100000 111011

Color Harmonies of #76B89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B89E

Black with #76B89E

Text Example


Text Example

White with #76B89E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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