Html Css Color HEX #76AB99 Acapulco

📋 copy color: '#76AB99'

red 118 ◦ green 171 ◦ blue 153

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

Shades of Acapulco #76AB99

Tints of Acapulco #76AB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 26.7%
G = 38.69%
B = 34.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#76AB99 (or 0x76AB99) is known color: Acapulco. HEX triplet: 76, AB and 99. RGB value is (118,171,153). Sum of RGB (Red+Green+Blue) = 118+171+153=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB99 is #895466. Grayscale: #999999. Windows color (decimal): -9000039 or 10070902. OLE color: 10070902.

HSL color Cylindrical-coordinate representation of color #76AB99: hue angle of 159.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB99 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 153 -
CMYK 0.31 0 0.11 0.33
HSL 159.62º 0.24% 0.57% -
HSV(B) 159.62º 0.31% 0.67% -
XYZ 27.78 35.28 35.48 -
YUV 153.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 118 171 153 0.31 0 0.11 0.33 159.62 0.24 0.57
Hex 76 AB 99 1F 0 B 21 A0 18 39
Octal 166 253 231 37 0 13 41 240 30 71
Binary 1110110 10101011 10011001 11111 0 1011 100001 10100000 11000 111001

Color Harmonies of #76AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB99

Black with #76AB99

Text Example


Text Example

White with #76AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,171,153); }

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

background-color css

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

 a { background-color: rgb(118,171,153); }

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

border-color css

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

 span { border-color: rgb(118,171,153); }

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