#7CB19E

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

Shades of Acapulco #7CB19E

Tints of Acapulco #7CB19E

Color information

#7CB19E (or 0x7CB19E) is unknown color: approx Acapulco. HEX triplet: 7C, B1 and 9E. RGB value is (124,177,158). Sum of RGB (Red+Green+Blue) = 124+177+158=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB19E is #834E61. Grayscale: #9F9F9F. Windows color (decimal): -8605282 or 10400124. OLE color: 10400124.

HSL color Cylindrical-coordinate representation of color #7CB19E: hue angle of 158.49º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB19E is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB124177158-
CMYK0.3000.110.31
HSL158.49º25.36%59.02%-
HSV(B)158.49º29.94%69.41%-
XYZ30.2138.238.13-
YUV158.99127.44103.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.02%
GREEN value IS 177 (69.53% from 255) = 38.56%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=27.02%
G=38.56%
B=34.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241771580.3000.110.31158.4925.3659.02
Hex7CB19E1E0B1F9e193b
Octal17426123636013372363173
Binary111110010110001100111101111001011111111001111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,158); }

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

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

 a { background-color: rgb(124,177,158); }

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

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

 span { border-color: rgb(124,177,158); }

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