Html Css Color HEX #76AA90 Acapulco

📋 copy color: '#76AA90'

red 118 ◦ green 170 ◦ blue 144

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

Shades of Acapulco #76AA90

Tints of Acapulco #76AA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.35%

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 27.31%
G = 39.35%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#76AA90 (or 0x76AA90) is known color: Acapulco. HEX triplet: 76, AA and 90. RGB value is (118,170,144). Sum of RGB (Red+Green+Blue) = 118+170+144=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AA90 is #89556F. Grayscale: #979797. Windows color (decimal): -9000304 or 9480822. OLE color: 9480822.

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

Color convert

RGB 118 170 144 -
CMYK 0.31 0 0.15 0.33
HSL 150º 0.23% 0.56% -
HSV(B) 150º 0.31% 0.67% -
XYZ 26.88 34.61 31.65 -
YUV 151.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 118 170 144 0.31 0 0.15 0.33 150 0.23 0.56
Hex 76 AA 90 1F 0 F 21 96 17 38
Octal 166 252 220 37 0 17 41 226 27 70
Binary 1110110 10101010 10010000 11111 0 1111 100001 10010110 10111 111000

Color Harmonies of #76AA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA90

Black with #76AA90

Text Example


Text Example

White with #76AA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,170,144); }

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

background-color css

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

 a { background-color: rgb(118,170,144); }

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

border-color css

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

 span { border-color: rgb(118,170,144); }

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