Html Css Color HEX #76B39C Acapulco

📋 copy color: '#76B39C'

red 118 ◦ green 179 ◦ blue 156

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

Shades of Acapulco #76B39C

Tints of Acapulco #76B39C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.51%

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

R = 26.05%
G = 39.51%
B = 34.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#76B39C (or 0x76B39C) is known color: Acapulco. HEX triplet: 76, B3 and 9C. RGB value is (118,179,156). Sum of RGB (Red+Green+Blue) = 118+179+156=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #76B39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B39C is #894C63. Grayscale: #9E9E9E. Windows color (decimal): -8997988 or 10269558. OLE color: 10269558.

HSL color Cylindrical-coordinate representation of color #76B39C: hue angle of 157.38º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B39C is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 156 -
CMYK 0.34 0 0.13 0.30
HSL 157.38º 0.29% 0.58% -
HSV(B) 157.38º 0.34% 0.7% -
XYZ 29.59 38.49 37.32 -
YUV 158.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 118 179 156 0.34 0 0.13 0.30 157.38 0.29 0.58
Hex 76 B3 9C 22 0 D 1E 9D 1D 3A
Octal 166 263 234 42 0 15 36 235 35 72
Binary 1110110 10110011 10011100 100010 0 1101 11110 10011101 11101 111010

Color Harmonies of #76B39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B39C

Black with #76B39C

Text Example


Text Example

White with #76B39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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