Html Css Color HEX #76AB90 Acapulco

📋 copy color: '#76AB90'

red 118 ◦ green 171 ◦ blue 144

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

Shades of Acapulco #76AB90

Tints of Acapulco #76AB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 27.25%
G = 39.49%
B = 33.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#76AB90 (or 0x76AB90) is known color: Acapulco. HEX triplet: 76, AB and 90. RGB value is (118,171,144). Sum of RGB (Red+Green+Blue) = 118+171+144=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB90 is #89546F. Grayscale: #989898. Windows color (decimal): -9000048 or 9481078. OLE color: 9481078.

HSL color Cylindrical-coordinate representation of color #76AB90: hue angle of 149.43º 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 #76AB90 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 144 -
CMYK 0.31 0 0.16 0.33
HSL 149.43º 0.24% 0.57% -
HSV(B) 149.43º 0.31% 0.67% -
XYZ 27.07 34.99 31.71 -
YUV 152.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 118 171 144 0.31 0 0.16 0.33 149.43 0.24 0.57
Hex 76 AB 90 1F 0 10 21 95 18 39
Octal 166 253 220 37 0 20 41 225 30 71
Binary 1110110 10101011 10010000 11111 0 10000 100001 10010101 11000 111001

Color Harmonies of #76AB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB90

Black with #76AB90

Text Example


Text Example

White with #76AB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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