Html Css Color HEX #76AD9C Acapulco

📋 copy color: '#76AD9C'

red 118 ◦ green 173 ◦ blue 156

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

Shades of Acapulco #76AD9C

Tints of Acapulco #76AD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.7%

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 26.4%
G = 38.7%
B = 34.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#76AD9C (or 0x76AD9C) is known color: Acapulco. HEX triplet: 76, AD and 9C. RGB value is (118,173,156). Sum of RGB (Red+Green+Blue) = 118+173+156=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AD9C is #895263. Grayscale: #9A9A9A. Windows color (decimal): -8999524 or 10268022. OLE color: 10268022.

HSL color Cylindrical-coordinate representation of color #76AD9C: hue angle of 161.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AD9C is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 156 -
CMYK 0.32 0 0.10 0.32
HSL 161.45º 0.25% 0.57% -
HSV(B) 161.45º 0.32% 0.68% -
XYZ 28.42 36.14 36.93 -
YUV 154.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 118 173 156 0.32 0 0.10 0.32 161.45 0.25 0.57
Hex 76 AD 9C 20 0 A 20 A1 19 39
Octal 166 255 234 40 0 12 40 241 31 71
Binary 1110110 10101101 10011100 100000 0 1010 100000 10100001 11001 111001

Color Harmonies of #76AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD9C

Black with #76AD9C

Text Example


Text Example

White with #76AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,156); }

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

background-color css

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

 a { background-color: rgb(118,173,156); }

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

border-color css

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

 span { border-color: rgb(118,173,156); }

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