#7FB29D

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

Shades of Acapulco #7FB29D

Tints of Acapulco #7FB29D

Color information

#7FB29D (or 0x7FB29D) is unknown color: approx Acapulco. HEX triplet: 7F, B2 and 9D. RGB value is (127,178,157). Sum of RGB (Red+Green+Blue) = 127+178+157=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB29D is #804D62. Grayscale: #A0A0A0. Windows color (decimal): -8408419 or 10334847. OLE color: 10334847.

HSL color Cylindrical-coordinate representation of color #7FB29D: hue angle of 155.29º 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 #7FB29D is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB127178157-
CMYK0.2900.120.30
HSL155.29º24.88%59.8%-
HSV(B)155.29º28.65%69.8%-
XYZ30.7638.7937.76-
YUV160.36126.1104.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.49%
GREEN value IS 178 (69.92% from 255) = 38.53%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=27.49%
G=38.53%
B=33.98%

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
Decimal1271781570.2900.120.30155.2924.8859.8
Hex7FB29D1D0C1E9b193c
Octal17726223535014362333174
Binary111111110110010100111011110101100111101001101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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