Html Css Color HEX #76A996 Acapulco

📋 copy color: '#76A996'

red 118 ◦ green 169 ◦ blue 150

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

Shades of Acapulco #76A996

Tints of Acapulco #76A996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.67%

 BLUE value IS 150 (58.98% from 255) = 34.32%

R = 27%
G = 38.67%
B = 34.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#76A996 (or 0x76A996) is known color: Acapulco. HEX triplet: 76, A9 and 96. RGB value is (118,169,150). Sum of RGB (Red+Green+Blue) = 118+169+150=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 169 - color contains mainly: green. Hex color #76A996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A996 is #895669. Grayscale: #979797. Windows color (decimal): -9000554 or 9873782. OLE color: 9873782.

HSL color Cylindrical-coordinate representation of color #76A996: hue angle of 157.65º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A996 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 169 150 -
CMYK 0.30 0 0.11 0.34
HSL 157.65º 0.23% 0.56% -
HSV(B) 157.65º 0.3% 0.66% -
XYZ 27.16 34.43 34.07 -
YUV 151.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 118 169 150 0.30 0 0.11 0.34 157.65 0.23 0.56
Hex 76 A9 96 1E 0 B 22 9E 17 38
Octal 166 251 226 36 0 13 42 236 27 70
Binary 1110110 10101001 10010110 11110 0 1011 100010 10011110 10111 111000

Color Harmonies of #76A996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A996

Black with #76A996

Text Example


Text Example

White with #76A996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,169,150); }

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

background-color css

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

 a { background-color: rgb(118,169,150); }

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

border-color css

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

 span { border-color: rgb(118,169,150); }

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