#7FAB96

Color #7FAB96 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #7FAB96

Tints of Acapulco #7FAB96

Color information

#7FAB96 (or 0x7FAB96) is unknown color: approx Acapulco. HEX triplet: 7F, AB and 96. RGB value is (127,171,150). Sum of RGB (Red+Green+Blue) = 127+171+150=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB96 is #805469. Grayscale: #9B9B9B. Windows color (decimal): -8410218 or 9874303. OLE color: 9874303.

HSL color Cylindrical-coordinate representation of color #7FAB96: hue angle of 151.36º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAB96 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB127171150-
CMYK0.2600.120.33
HSL151.36º20.75%58.43%-
HSV(B)151.36º25.73%67.06%-
XYZ28.8235.8434.25-
YUV155.45124.92107.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.35%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=28.35%
G=38.17%
B=33.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271711500.2600.120.33151.3620.7558.43
Hex7FAB961A0C2197153a
Octal17725322632014412272572
Binary1111111101010111001011011010011001000011001011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FAB96; }

 p { color: rgb(127,171,150); }

 H1.HeaderClassName
 {
   color: #7FAB96;
 }
 .AnyTagClassName
 {
   color: #7FAB96;
 }
</style>
background-color css

<style>
 a { background-color: #7FAB96; }

 a { background-color: rgb(127,171,150); }

 div.DivClassName
 {
   background-color: #7FAB96;
 }
 .BgClassName
 {
   background-color: #7FAB96;
 }
</style>
border-color css

<style>
 span { border-color: #7FAB96; }

 span { border-color: rgb(127,171,150); }

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