Html Css Color HEX #76AE9C Acapulco

📋 copy color: '#76AE9C'

red 118 ◦ green 174 ◦ blue 156

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

Shades of Acapulco #76AE9C

Tints of Acapulco #76AE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

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

R = 26.34%
G = 38.84%
B = 34.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#76AE9C (or 0x76AE9C) is known color: Acapulco. HEX triplet: 76, AE and 9C. RGB value is (118,174,156). Sum of RGB (Red+Green+Blue) = 118+174+156=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AE9C is #895163. Grayscale: #9B9B9B. Windows color (decimal): -8999268 or 10268278. OLE color: 10268278.

HSL color Cylindrical-coordinate representation of color #76AE9C: hue angle of 160.71º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AE9C is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 174 156 -
CMYK 0.32 0 0.10 0.32
HSL 160.71º 0.26% 0.57% -
HSV(B) 160.71º 0.32% 0.68% -
XYZ 28.61 36.52 36.99 -
YUV 155.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 118 174 156 0.32 0 0.10 0.32 160.71 0.26 0.57
Hex 76 AE 9C 20 0 A 20 A1 1A 39
Octal 166 256 234 40 0 12 40 241 32 71
Binary 1110110 10101110 10011100 100000 0 1010 100000 10100001 11010 111001

Color Harmonies of #76AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AE9C

Black with #76AE9C

Text Example


Text Example

White with #76AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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