Html Css Color HEX #76A38B Acapulco

📋 copy color: '#76A38B'

red 118 ◦ green 163 ◦ blue 139

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

Shades of Acapulco #76A38B

Tints of Acapulco #76A38B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.81%

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 28.1%
G = 38.81%
B = 33.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#76A38B (or 0x76A38B) is known color: Acapulco. HEX triplet: 76, A3 and 8B. RGB value is (118,163,139). Sum of RGB (Red+Green+Blue) = 118+163+139=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #76A38B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A38B is #895C74. Grayscale: #929292. Windows color (decimal): -9002101 or 9151350. OLE color: 9151350.

HSL color Cylindrical-coordinate representation of color #76A38B: hue angle of 148º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A38B is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 163 139 -
CMYK 0.28 0 0.15 0.36
HSL 148º 0.2% 0.55% -
HSV(B) 148º 0.28% 0.64% -
XYZ 25.23 31.91 29.26 -
YUV 146.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 118 163 139 0.28 0 0.15 0.36 148 0.2 0.55
Hex 76 A3 8B 1C 0 F 24 94 14 37
Octal 166 243 213 34 0 17 44 224 24 67
Binary 1110110 10100011 10001011 11100 0 1111 100100 10010100 10100 110111

Color Harmonies of #76A38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A38B

Black with #76A38B

Text Example


Text Example

White with #76A38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,163,139); }

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

background-color css

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

 a { background-color: rgb(118,163,139); }

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

border-color css

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

 span { border-color: rgb(118,163,139); }

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