Html Css Color HEX #76A99B Acapulco

📋 copy color: '#76A99B'

red 118 ◦ green 169 ◦ blue 155

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

Shades of Acapulco #76A99B

Tints of Acapulco #76A99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.07%

R = 26.7%
G = 38.24%
B = 35.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#76A99B (or 0x76A99B) is known color: Acapulco. HEX triplet: 76, A9 and 9B. RGB value is (118,169,155). Sum of RGB (Red+Green+Blue) = 118+169+155=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 169 - color contains mainly: green. Hex color #76A99B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A99B is #895664. Grayscale: #989898. Windows color (decimal): -9000549 or 10201462. OLE color: 10201462.

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

Color convert

RGB 118 169 155 -
CMYK 0.30 0 0.08 0.34
HSL 163.53º 0.23% 0.56% -
HSV(B) 163.53º 0.3% 0.66% -
XYZ 27.58 34.59 36.23 -
YUV 152.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 118 169 155 0.30 0 0.08 0.34 163.53 0.23 0.56
Hex 76 A9 9B 1E 0 8 22 A4 17 38
Octal 166 251 233 36 0 10 42 244 27 70
Binary 1110110 10101001 10011011 11110 0 1000 100010 10100100 10111 111000

Color Harmonies of #76A99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A99B

Black with #76A99B

Text Example


Text Example

White with #76A99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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