Html Css Color HEX #76A08E Acapulco

📋 copy color: '#76A08E'

red 118 ◦ green 160 ◦ blue 142

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

Shades of Acapulco #76A08E

Tints of Acapulco #76A08E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 28.1%
G = 38.1%
B = 33.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#76A08E (or 0x76A08E) is known color: Acapulco. HEX triplet: 76, A0 and 8E. RGB value is (118,160,142). Sum of RGB (Red+Green+Blue) = 118+160+142=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 160 - color contains mainly: green. Hex color #76A08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A08E is #895F71. Grayscale: #919191. Windows color (decimal): -9002866 or 9347190. OLE color: 9347190.

HSL color Cylindrical-coordinate representation of color #76A08E: hue angle of 154.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76A08E is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 160 142 -
CMYK 0.26 0 0.11 0.37
HSL 154.29º 0.18% 0.55% -
HSV(B) 154.29º 0.26% 0.63% -
XYZ 24.92 30.95 30.25 -
YUV 145.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 118 160 142 0.26 0 0.11 0.37 154.29 0.18 0.55
Hex 76 A0 8E 1A 0 B 25 9A 12 37
Octal 166 240 216 32 0 13 45 232 22 67
Binary 1110110 10100000 10001110 11010 0 1011 100101 10011010 10010 110111

Color Harmonies of #76A08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A08E

Black with #76A08E

Text Example


Text Example

White with #76A08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,160,142); }

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

background-color css

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

 a { background-color: rgb(118,160,142); }

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

border-color css

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

 span { border-color: rgb(118,160,142); }

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