#7FB29C

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

Shades of Acapulco #7FB29C

Tints of Acapulco #7FB29C

Color information

#7FB29C (or 0x7FB29C) is unknown color: approx Acapulco. HEX triplet: 7F, B2 and 9C. RGB value is (127,178,156). Sum of RGB (Red+Green+Blue) = 127+178+156=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB29C is #804D63. Grayscale: #A0A0A0. Windows color (decimal): -8408420 or 10269311. OLE color: 10269311.

HSL color Cylindrical-coordinate representation of color #7FB29C: hue angle of 154.12º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB29C is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB127178156-
CMYK0.2900.120.30
HSL154.12º24.88%59.8%-
HSV(B)154.12º28.65%69.8%-
XYZ30.6738.7537.32-
YUV160.24125.6104.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.55%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=27.55%
G=38.61%
B=33.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271781560.2900.120.30154.1224.8859.8
Hex7FB29C1D0C1E9a193c
Octal17726223435014362323174
Binary111111110110010100111001110101100111101001101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,178,156); }

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

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

 a { background-color: rgb(127,178,156); }

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

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

 span { border-color: rgb(127,178,156); }

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