Html Css Color HEX #76A990 Acapulco

📋 copy color: '#76A990'

red 118 ◦ green 169 ◦ blue 144

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

Shades of Acapulco #76A990

Tints of Acapulco #76A990

RGB

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

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

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

R = 27.38%
G = 39.21%
B = 33.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#76A990 (or 0x76A990) is known color: Acapulco. HEX triplet: 76, A9 and 90. RGB value is (118,169,144). Sum of RGB (Red+Green+Blue) = 118+169+144=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #76A990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A990 is #89566F. Grayscale: #969696. Windows color (decimal): -9000560 or 9480566. OLE color: 9480566.

HSL color Cylindrical-coordinate representation of color #76A990: hue angle of 150.59º 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 #76A990 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 169 144 -
CMYK 0.30 0 0.15 0.34
HSL 150.59º 0.23% 0.56% -
HSV(B) 150.59º 0.3% 0.66% -
XYZ 26.69 34.24 31.59 -
YUV 150.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 118 169 144 0.30 0 0.15 0.34 150.59 0.23 0.56
Hex 76 A9 90 1E 0 F 22 97 17 38
Octal 166 251 220 36 0 17 42 227 27 70
Binary 1110110 10101001 10010000 11110 0 1111 100010 10010111 10111 111000

Color Harmonies of #76A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A990

Black with #76A990

Text Example


Text Example

White with #76A990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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