Html Css Color HEX #76AB9D Acapulco

📋 copy color: '#76AB9D'

red 118 ◦ green 171 ◦ blue 157

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

Shades of Acapulco #76AB9D

Tints of Acapulco #76AB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

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

R = 26.46%
G = 38.34%
B = 35.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#76AB9D (or 0x76AB9D) is known color: Acapulco. HEX triplet: 76, AB and 9D. RGB value is (118,171,157). Sum of RGB (Red+Green+Blue) = 118+171+157=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB9D is #895462. Grayscale: #999999. Windows color (decimal): -9000035 or 10333046. OLE color: 10333046.

HSL color Cylindrical-coordinate representation of color #76AB9D: hue angle of 164.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB9D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 157 -
CMYK 0.31 0 0.08 0.33
HSL 164.15º 0.24% 0.57% -
HSV(B) 164.15º 0.31% 0.67% -
XYZ 28.12 35.41 37.25 -
YUV 153.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 118 171 157 0.31 0 0.08 0.33 164.15 0.24 0.57
Hex 76 AB 9D 1F 0 8 21 A4 18 39
Octal 166 253 235 37 0 10 41 244 30 71
Binary 1110110 10101011 10011101 11111 0 1000 100001 10100100 11000 111001

Color Harmonies of #76AB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB9D

Black with #76AB9D

Text Example


Text Example

White with #76AB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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